From 2f4a14b37f6d36eb0cedb689a78e336100cd00e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 11 Apr 2007 20:28:42 +0000 Subject: * 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 --- cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src') 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 -- cgit v1.2.1