summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-04-18 18:09:22 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-04-18 18:09:22 +0000
commita9512d965f5dab635c7260107a48ebcd68546085 (patch)
tree0b390141829a4049d157b48dde8b949925b7c5f4 /test
parent154461f9b6e1b9b8bbff5deb5ae7cd11dc7ae23a (diff)
downloadlibapr-a9512d965f5dab635c7260107a48ebcd68546085.tar.gz
no need to list testall more than once
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 21cef88b5..95ccb8773 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -33,8 +33,8 @@ INCLUDES=-I$(INCDIR)
CFLAGS=$(MY_CFLAGS)
-check: $(PROGRAMS) $(NONPORTABLE) testall
- for prog in $(PROGRAMS) $(NONPORTABLE) testall; do \
+check: $(PROGRAMS) $(NONPORTABLE)
+ for prog in $(PROGRAMS) $(NONPORTABLE); do \
./$$prog; \
if test $$? = 255; then \
echo "$$prog failed"; \