summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-03-26 00:29:46 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-03-26 00:29:46 +0000
commitbbab5e7faa786fc351651df5c68382b3d3e9cc6f (patch)
tree09e16b7a8c06cfd90102e9a6800746cf22771201
parent9ddfdcfd630b29eb2fa4dbdfa33d75b39fbf0968 (diff)
downloadapr-bbab5e7faa786fc351651df5c68382b3d3e9cc6f.tar.gz
testshmconsumer and testshmproducer are STARTED by testshm, they should
not be launched in 'make check', since 'make check' launches testshm. These are already dependencies of testshm: target so we don't need to worry that they are built. Two more pairs of eyeballs that 'make check' now works correctly would be appreciated before 0.9.11 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@388863 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 463ac1395..1f7d047ec 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -14,8 +14,6 @@ STDTEST_PORTABLE = \
testflock@EXEEXT@ \
testsock@EXEEXT@ \
testlockperf@EXEEXT@ \
- testshmproducer@EXEEXT@ \
- testshmconsumer@EXEEXT@ \
testatomic@EXEEXT@ \
testmutexscope@EXEEXT@ \
testall@EXEEXT@