From: Ben Pfaff Date: Thu, 26 Jan 2012 22:51:19 +0000 (-0800) Subject: tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target. X-Git-Tag: sliver-openvswitch-0.1-1~387 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9f19a2a36a7f5da9706ebdc7f050f4895b710f9b;p=sliver-openvswitch.git 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 --- 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 \