summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-07 03:49:21 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-07 03:49:21 +0000
commitc6831737d5cec964edd6adc80f5bfa4de5d6ec17 (patch)
tree364c51e8ddf48cd036e9b3b4b781fce8f98b4478 /test/Makefile.in
parent0d34e0e714616529ab80068062b6fa11530e0e5a (diff)
downloadlibapr-c6831737d5cec964edd6adc80f5bfa4de5d6ec17.tar.gz
Migrate testuser to the new test suite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 87f5122cd..ea617a50d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -15,7 +15,6 @@ PROGRAMS = \
testlockperf@EXEEXT@ \
testshmproducer@EXEEXT@ \
testshmconsumer@EXEEXT@ \
- testuser@EXEEXT@ \
testatomic@EXEEXT@ \
testmutexscope@EXEEXT@ \
testall@EXEEXT@
@@ -88,9 +87,6 @@ testshmproducer@EXEEXT@: testshmproducer.lo $(LOCAL_LIBS)
testshmconsumer@EXEEXT@: testshmconsumer.lo $(LOCAL_LIBS)
$(LINK) testshmconsumer.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testuser@EXEEXT@: testuser.lo $(LOCAL_LIBS)
- $(LINK) testuser.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
testprocmutex@EXEEXT@: testprocmutex.lo $(LOCAL_LIBS)
$(LINK) testprocmutex.lo $(LOCAL_LIBS) $(ALL_LIBS)
@@ -108,7 +104,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 testargs.lo testnames.lo
+ testhash.lo testargs.lo testnames.lo testuser.lo
testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)