summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@apache.org>2007-04-11 20:28:42 +0000
committerJim Meyering <meyering@apache.org>2007-04-11 20:28:42 +0000
commit3bcdc4ccab5c3e6b78cc728ce74e5a3fa05ab3d0 (patch)
treed5954cd4a808b614ce53bd8434b0c5f88e27f440 /qpid/cpp/src/tests
parent04c7b957a4056219c29818111ae6d20fa8e418f8 (diff)
downloadqpid-python-3bcdc4ccab5c3e6b78cc728ce74e5a3fa05ab3d0.tar.gz
* src/tests/Makefile.am (check): Depend on ../qpidd, too,
so that "make check" fails right away when that file is missing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 62acf3cec6..a9c2559a1f 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -111,7 +111,8 @@ gen.mk: Makefile.am
> $@-t
mv $@-t $@
-check: .valgrindrc $(check_LTLIBRARIES) $(lib_common) $(lib_client) $(lib_broker)
+check: .valgrindrc $(check_LTLIBRARIES) \
+ $(lib_common) $(lib_client) $(lib_broker) ../qpidd
check-unit:
$(MAKE) check TESTS=run-unit-tests