summaryrefslogtreecommitdiff
path: root/test/testipsub.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-23 19:44:15 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-23 19:44:15 +0000
commit6f893384e7c63540b35f13ff88cea4d48e9e8248 (patch)
tree485371792c01db2bc78a15519f37e1436009d6be /test/testipsub.c
parent8e65f5a7840f89adf7ef8445d0dc56591a03740d (diff)
downloadlibapr-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/testipsub.c')
-rw-r--r--test/testipsub.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/testipsub.c b/test/testipsub.c
index 1951b3f95..9bbe7915c 100644
--- a/test/testipsub.c
+++ b/test/testipsub.c
@@ -209,10 +209,3 @@ CuSuite *testipsub(void)
return suite;
}
-#ifdef SINGLE_PROG
-CuSuite *getsuite(void)
-{
- return testipsub();
-}
-#endif
-