diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-23 19:44:15 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-23 19:44:15 +0000 |
commit | 6f893384e7c63540b35f13ff88cea4d48e9e8248 (patch) | |
tree | 485371792c01db2bc78a15519f37e1436009d6be /test/testsleep.c | |
parent | 8e65f5a7840f89adf7ef8445d0dc56591a03740d (diff) | |
download | libapr-6f893384e7c63540b35f13ff88cea4d48e9e8248.tar.gz |
Change how individual test programs are run. Now, testall is the driver
for all tests. IF you just want to run individual tests, you do that
by passing the name of the test to testall.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testsleep.c')
-rw-r--r-- | test/testsleep.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/testsleep.c b/test/testsleep.c index af097dbdf..d93313c4a 100644 --- a/test/testsleep.c +++ b/test/testsleep.c @@ -90,11 +90,3 @@ CuSuite *testsleep(void) return suite; } -#ifdef SINGLE_PROG -CuSuite *getsuite(void) -{ - return testsleep(); -} -#endif - - |