summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-10-13 05:28:15 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-10-13 05:28:15 +0000
commitecc8a3e19c5fa3332aaf36a410482a3b02148a69 (patch)
tree279d3319896f15922b6b1e460cb71e1dd020c4c0 /test/Makefile.in
parent0638bca61c0212ac6a5020fcbd14b637c35f626f (diff)
downloadlibapr-ecc8a3e19c5fa3332aaf36a410482a3b02148a69.tar.gz
Port testmmap to the new test suite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63917 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index ec61caaec..13cc7d2ed 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -209,8 +209,8 @@ testmutexscope@EXEEXT@: testmutexscope.lo $(LOCAL_LIBS)
testtable@EXEEXT@: testtable.lo $(LOCAL_LIBS)
$(LINK) testtable.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testall: testall.lo testtime.lo teststr.lo testvsn.lo CuTest.lo $(LOCAL_LIBS)
- $(LINK) testall.lo testtime.lo teststr.lo testvsn.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
+testall: testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo CuTest.lo $(LOCAL_LIBS)
+ $(LINK) testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testmmap.lo CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
# DO NOT REMOVE