From: Robert Bradshaw Date: Fri, 1 Apr 2011 20:21:40 +0000 (-0700) Subject: a couple more test tags X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9062ebdf52403ce7a2c751699497f91a9e54ebac;p=cython.git a couple more test tags --- diff --git a/tests/compile/posix_pxds.pyx b/tests/compile/posix_pxds.pyx index 8b0fd437..03d6bd15 100644 --- a/tests/compile/posix_pxds.pyx +++ b/tests/compile/posix_pxds.pyx @@ -1,3 +1,4 @@ +# tag: posix # mode: compile cimport posix diff --git a/tests/run/posix_test.pyx b/tests/run/posix_test.pyx index 5c11c9e0..18fc3cff 100644 --- a/tests/run/posix_test.pyx +++ b/tests/run/posix_test.pyx @@ -1,3 +1,4 @@ +# tag: posix from libc.stdio cimport * from posix.unistd cimport * from posix.fcntl cimport * diff --git a/tests/run/pstats_profile_test.pyx b/tests/run/pstats_profile_test.pyx index e9edee96..7735d493 100644 --- a/tests/run/pstats_profile_test.pyx +++ b/tests/run/pstats_profile_test.pyx @@ -1,3 +1,4 @@ +# tag: pstats # cython: profile = True __doc__ = u"""