diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-05-30 18:02:18 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-08-10 16:02:22 +0200 |
commit | d1d4aefec68abb1239a60f48fb2a0f86553df78c (patch) | |
tree | 13039cfe36b2f8732259e78a3af8905da26cdc31 /src/lib/dhcpsrv/tests/Makefile.am | |
parent | [#2401] Addressed comments (diff) | |
download | kea-d1d4aefec68abb1239a60f48fb2a0f86553df78c.tar.xz kea-d1d4aefec68abb1239a60f48fb2a0f86553df78c.zip |
[#2071] propagate all flags from configure to distcheck
Diffstat (limited to 'src/lib/dhcpsrv/tests/Makefile.am')
-rw-r--r-- | src/lib/dhcpsrv/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/tests/Makefile.am b/src/lib/dhcpsrv/tests/Makefile.am index 804a497a73..8252ebad23 100644 --- a/src/lib/dhcpsrv/tests/Makefile.am +++ b/src/lib/dhcpsrv/tests/Makefile.am @@ -17,7 +17,7 @@ CLEANFILES = *.gcno *.gcda DISTCLEANFILES = test_libraries.h TESTS_ENVIRONMENT = \ - $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) + $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) TESTS = if HAVE_GTEST |