From 9f19a2a36a7f5da9706ebdc7f050f4895b710f9b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 26 Jan 2012 14:51:19 -0800 Subject: [PATCH] tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target. I think that this was just an oversight. Signed-off-by: Ben Pfaff --- tests/automake.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/automake.mk b/tests/automake.mk index 8757466ec..37925823c 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -70,6 +70,7 @@ check-local: tests/atconfig tests/atlocal $(TESTSUITE) lcov_wrappers = \ tests/lcov/ovs-appctl \ + tests/lcov/ovs-ofctl \ tests/lcov/ovs-vsctl \ tests/lcov/ovs-vswitchd \ tests/lcov/ovsdb-client \ @@ -127,6 +128,7 @@ check-lcov: all tests/atconfig tests/atlocal $(TESTSUITE) $(lcov_wrappers) valgrind_wrappers = \ tests/valgrind/ovs-appctl \ + tests/valgrind/ovs-ofctl \ tests/valgrind/ovs-vsctl \ tests/valgrind/ovs-vswitchd \ tests/valgrind/ovsdb-client \ -- 2.43.0