diff options
Diffstat (limited to 'src/bin/perfdhcp')
-rw-r--r-- | src/bin/perfdhcp/tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/perfdhcp/tests/Makefile.am b/src/bin/perfdhcp/tests/Makefile.am index c62bd70b1f..5c47ef68e3 100644 --- a/src/bin/perfdhcp/tests/Makefile.am +++ b/src/bin/perfdhcp/tests/Makefile.am @@ -16,8 +16,7 @@ CLEANFILES = *.gcno *.gcda # unit tests and have to be removed. CLEANFILES += test1.hex test2.hex test3.hex test4.hex test5.hex -TESTS_ENVIRONMENT = \ - $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) +TESTS_ENVIRONMENT = $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) TESTS = if HAVE_GTEST |