summaryrefslogtreecommitdiff
path: root/test/testtime.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/testtime.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/testtime.c')
-rw-r--r--test/testtime.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 09d9cb0c0..ad1843e85 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -304,9 +304,3 @@ CuSuite *testtime(void)
return suite;
}
-#ifdef SINGLE_PROG
-CuSuite *getsuite(void)
-{
- return testtime();
-}
-#endif