summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-14 12:03:43 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2002-11-14 12:03:43 +0000
commit10ef560efb505b473af14d6939ceb7b9c60ec175 (patch)
tree5178669a1ce65eadfd3745bd0afb3be764ad6d03 /test/Makefile.in
parent43182192ba87359c74c756dd922c1bde76b2c0f1 (diff)
downloadlibapr-10ef560efb505b473af14d6939ceb7b9c60ec175.tar.gz
Remove testdir and testfile from $(PROGRAMS) since they have been
migrated to CuTest and hence no longer link by default. Remove redundant 'all' target which is overridden by 'all' from build.mk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 8cb93d233..a9ba4796a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -10,8 +10,6 @@ PROGRAMS = \
client@EXEEXT@ \
sendfile@EXEEXT@ \
server@EXEEXT@ \
- testfile@EXEEXT@ \
- testdir@EXEEXT@ \
testnames@EXEEXT@ \
testflock@EXEEXT@ \
testproc@EXEEXT@ \
@@ -51,8 +49,6 @@ INCLUDES=-I$(INCDIR)
CFLAGS=$(MY_CFLAGS)
-all: $(PROGRAMS) $(NONPORTABLE)
-
check: $(PROGRAMS) $(NONPORTABLE)
for prog in $(PROGRAMS) $(NONPORTABLE); do \
./$$prog; \