summaryrefslogtreecommitdiff
path: root/test/testsleep.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-11-23 19:44:15 +0000
committerRyan Bloom <rbb@apache.org>2002-11-23 19:44:15 +0000
commit85ac9b25e289da4549d069fb52bd606a5b54546a (patch)
tree485371792c01db2bc78a15519f37e1436009d6be /test/testsleep.c
parent84a54d111413c788c7a71ab2ccabc7feece13739 (diff)
downloadapr-85ac9b25e289da4549d069fb52bd606a5b54546a.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: https://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.c8
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
-
-