diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-06-20 17:31:45 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-08-10 16:02:22 +0200 |
commit | 7f490a85594aa1fe9035f7c413f36cfc486480de (patch) | |
tree | 7e3455de56b2cf899f7c86eda0f5374133b3c101 /src/bin/perfdhcp | |
parent | [#2071] fixed paths for distcheck to work (diff) | |
download | kea-7f490a85594aa1fe9035f7c413f36cfc486480de.tar.xz kea-7f490a85594aa1fe9035f7c413f36cfc486480de.zip |
[#2071] fixed use of valgrind
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 |