summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
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)