diff options
Diffstat (limited to 'src/lib/dhcp_ddns/tests/Makefile.am')
-rw-r--r-- | src/lib/dhcp_ddns/tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dhcp_ddns/tests/Makefile.am b/src/lib/dhcp_ddns/tests/Makefile.am index e1f27d1fa2..c504ca9770 100644 --- a/src/lib/dhcp_ddns/tests/Makefile.am +++ b/src/lib/dhcp_ddns/tests/Makefile.am @@ -13,8 +13,7 @@ endif CLEANFILES = *.gcno *.gcda -TESTS_ENVIRONMENT = \ - $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) +TESTS_ENVIRONMENT = $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) TESTS = if HAVE_GTEST |