summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-06 16:04:58 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-06 16:04:58 +0000
commit427e4710e6fb6df71a170590ee8379a408db058a (patch)
tree4acd90dc14dbf416114b2fd0372018fab9c466e5 /test/Makefile.in
parentd5582279a0dc8caecba845cf87c8d767b3bf97ae (diff)
downloadlibapr-427e4710e6fb6df71a170590ee8379a408db058a.tar.gz
Migreate testargs to the new test suite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index e34b2a6f3..322be7ec0 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -13,12 +13,9 @@ PROGRAMS = \
testnames@EXEEXT@ \
testflock@EXEEXT@ \
testsock@EXEEXT@ \
- testlock@EXEEXT@ \
testlockperf@EXEEXT@ \
- testargs@EXEEXT@ \
testshmproducer@EXEEXT@ \
testshmconsumer@EXEEXT@ \
- testhash@EXEEXT@ \
testuser@EXEEXT@ \
testatomic@EXEEXT@ \
testmutexscope@EXEEXT@ \
@@ -71,9 +68,6 @@ mod_test.la: mod_test.slo $(LOCAL_LIBS)
libmod_test.la: mod_test.slo $(LOCAL_LIBS)
$(LINK) --mode=link $(COMPILE) -rpath `pwd` -avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
-testargs@EXEEXT@: testargs.lo $(LOCAL_LIBS)
- $(LINK) testargs.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
testlockperf@EXEEXT@: testlockperf.lo $(LOCAL_LIBS)
$(LINK) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)
@@ -118,7 +112,7 @@ TESTS = testall.lo testtime.lo teststr.lo testvsn.lo testipsub.lo \
testfmt.lo testfile.lo testdir.lo testfileinfo.lo testrand.lo \
testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \
- testhash.lo
+ testhash.lo testargs.lo
testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)