diff options
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 0dc6c3343e..a5d1fdbab5 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -110,6 +110,9 @@ gen.mk: Makefile.am check: .valgrindrc $(check_LTLIBRARIES) $(lib_common) $(lib_client) $(lib_broker) +check-unit: + $(MAKE) check TESTS=run-unit-tests + # Create a copy so user can modify without risk of checking in their mods. .valgrindrc: .valgrindrc-default cp .valgrindrc-default .valgrindrc |
