diff options
author | Jim Meyering <meyering@apache.org> | 2007-04-11 20:28:42 +0000 |
---|---|---|
committer | Jim Meyering <meyering@apache.org> | 2007-04-11 20:28:42 +0000 |
commit | 2f4a14b37f6d36eb0cedb689a78e336100cd00e1 (patch) | |
tree | 509b673caf160d9a4a8d26b77a023155e38f5ddd /cpp/src | |
parent | 1fd57585c8ea536630d69de3fc16ce0c6f81c82b (diff) | |
download | qpid-python-2f4a14b37f6d36eb0cedb689a78e336100cd00e1.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/qpid@527651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 62acf3cec6..a9c2559a1f 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 |