summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-26 16:02:37 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-26 16:02:37 +0000
commitf9c98348fc6a79719f1ff4403a373f727959ed07 (patch)
tree832b1c3825d05bbb13fdf18f3f44f05644c4cfc9 /test/Makefile.in
parentd4456f03f7eef68429971b87b8c2cf31bb2ee37d (diff)
downloadlibapr-f9c98348fc6a79719f1ff4403a373f727959ed07.tar.gz
Migrate testproc to the new test suite.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in26
1 files changed, 9 insertions, 17 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 5739be257..e71b675ef 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -12,7 +12,6 @@ PROGRAMS = \
server@EXEEXT@ \
testnames@EXEEXT@ \
testflock@EXEEXT@ \
- testproc@EXEEXT@ \
testsock@EXEEXT@ \
testthread@EXEEXT@ \
testlock@EXEEXT@ \
@@ -21,12 +20,10 @@ PROGRAMS = \
testshmproducer@EXEEXT@ \
testshmconsumer@EXEEXT@ \
testpipe@EXEEXT@ \
- testoc@EXEEXT@ \
testsockopt@EXEEXT@ \
testpoll@EXEEXT@ \
testhash@EXEEXT@ \
testuser@EXEEXT@ \
- testdup@EXEEXT@ \
testatomic@EXEEXT@ \
testmutexscope@EXEEXT@ \
testall@EXEEXT@
@@ -39,7 +36,7 @@ TARGETS = $(PROGRAMS) $(NONPORTABLE)
LOCAL_LIBS=../lib@APR_LIBNAME@.la
-CLEAN_TARGETS = testfile.tmp testdso@EXEEXT@ mod_test.slo
+CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@
INCDIR=../include
INCLUDES=-I$(INCDIR)
@@ -64,12 +61,12 @@ testnames@EXEEXT@: testnames.lo $(LOCAL_LIBS)
testflock@EXEEXT@: testflock.lo $(LOCAL_LIBS)
$(LINK) testflock.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testdso@EXEEXT@: testdso.lo mod_test.la libmod_test.la $(LOCAL_LIBS)
- $(LINK) testdso.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
occhild@EXEEXT@: occhild.lo $(LOCAL_LIBS)
$(LINK) occhild.lo $(LOCAL_LIBS) $(ALL_LIBS)
+proc_child@EXEEXT@: proc_child.lo $(LOCAL_LIBS)
+ $(LINK) proc_child.lo $(LOCAL_LIBS) $(ALL_LIBS)
+
# FIXME: -prefer-pic is only supported with libtool-1.4+
mod_test.slo: mod_test.c
$(LIBTOOL) --mode=compile $(COMPILE) -prefer-pic -c mod_test.c && touch $@
@@ -83,9 +80,6 @@ libmod_test.la: mod_test.slo $(LOCAL_LIBS)
testargs@EXEEXT@: testargs.lo $(LOCAL_LIBS)
$(LINK) testargs.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testproc@EXEEXT@: testproc.lo $(LOCAL_LIBS)
- $(LINK) testproc.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
testthread@EXEEXT@: testthread.lo $(LOCAL_LIBS)
$(LINK) testthread.lo $(LOCAL_LIBS) $(ALL_LIBS)
@@ -140,22 +134,20 @@ testglobalmutex@EXEEXT@: testglobalmutex.lo $(LOCAL_LIBS)
testatomic@EXEEXT@: testatomic.lo $(LOCAL_LIBS)
$(LINK) testatomic.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testdup@EXEEXT@: testdup.lo $(LOCAL_LIBS)
- $(LINK) testdup.lo $(LOCAL_LIBS) $(ALL_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 \
- testdso.lo testoc.lo testdup.lo testsockets.lo CuTest.lo mod_test.la \
- libmod_test.la occhild@EXEEXT@ $(LOCAL_LIBS)
+ testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
+ CuTest.lo mod_test.la libmod_test.la occhild@EXEEXT@ \
+ proc_child@EXEEXT@ $(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 testoc.lo testdup.lo testsockets.lo CuTest.lo \
- $(LOCAL_LIBS) $(ALL_LIBS)
+ testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
+ CuTest.lo $(LOCAL_LIBS) $(ALL_LIBS)
# DO NOT REMOVE