From 9062ebdf52403ce7a2c751699497f91a9e54ebac Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 1 Apr 2011 13:21:40 -0700 Subject: [PATCH] a couple more test tags --- tests/compile/posix_pxds.pyx | 1 + tests/run/posix_test.pyx | 1 + tests/run/pstats_profile_test.pyx | 1 + 3 files changed, 3 insertions(+) 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""" -- 2.26.2