a couple more test tags
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 1 Apr 2011 20:21:40 +0000 (13:21 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 1 Apr 2011 20:21:40 +0000 (13:21 -0700)
tests/compile/posix_pxds.pyx
tests/run/posix_test.pyx
tests/run/pstats_profile_test.pyx

index 8b0fd4377b7eb786981c28ce386417f81ff8fa1a..03d6bd150908ae1abd1f9a70cf5b7ea7468c419a 100644 (file)
@@ -1,3 +1,4 @@
+# tag: posix
 # mode: compile
 
 cimport posix
index 5c11c9e0b1f11e9dbb98ed5d273bace3c16ccd75..18fc3cffe350b6a220e340dbad5b48dbf6e67def 100644 (file)
@@ -1,3 +1,4 @@
+# tag: posix
 from libc.stdio   cimport *
 from posix.unistd cimport *
 from posix.fcntl  cimport *
index e9edee9684eecd52bd0aea9dc85ba3c14bd4f4b3..7735d493809f4af63d4ee4deb41bc2b188fc97f5 100644 (file)
@@ -1,3 +1,4 @@
+# tag: pstats
 # cython: profile = True
 
 __doc__ = u"""