summaryrefslogtreecommitdiff
path: root/test/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--test/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 68790fda1..59646a1ed 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -154,8 +154,14 @@ testdup@EXEEXT@: testdup.lo $(LOCAL_LIBS)
testmutexscope@EXEEXT@: testmutexscope.lo $(LOCAL_LIBS)
$(LINK) testmutexscope.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testall: testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo CuTest.lo $(LOCAL_LIBS)
- $(LINK) testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
+testall: testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
+ testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \
+ testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
+ testdso.lo CuTest.lo mod_test.la libmod_test.la $(LOCAL_LIBS)
+ $(LINK) testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
+ testmmap.lo testud.lo testtable.lo testsleep.lo testpools.lo \
+ testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
+ testdso.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
# DO NOT REMOVE