diff options
Diffstat (limited to 'cpp/src/tests')
| -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 |
