summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:02:13 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:02:13 +0000
commit9227ac5eb885bcf60cc311bedffd8198aa841dcb (patch)
tree816cfae7c13c263ab15b21a1f58a29cd82cfd277
parentdab7ca8b0e3edf3f6cc5d72bda7c3d2a0f70e16d (diff)
downloadlibapr-9227ac5eb885bcf60cc311bedffd8198aa841dcb.tar.gz
Don't invoke testshm* binaries from make test
PR: 32972 Submitted by: Kurt Miller <kurt intricatesoftware.com> Reviewed by: wrowe, pquerna Backport: 543632 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@543633 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index c93ea3250..4e4640d63 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -12,12 +12,13 @@ VPATH = @srcdir@
STDTEST_PORTABLE = \
testlockperf@EXEEXT@ \
- testshmproducer@EXEEXT@ \
- testshmconsumer@EXEEXT@ \
testmutexscope@EXEEXT@ \
testall@EXEEXT@
-OTHER_PROGRAMS = sendfile@EXEEXT@
+OTHER_PROGRAMS = \
+ sendfile@EXEEXT@ \
+ testshmproducer@EXEEXT@ \
+ testshmconsumer@EXEEXT@
PROGRAMS = $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) $(OTHER_PROGRAMS)