tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.
authorBen Pfaff <blp@nicira.com>
Thu, 26 Jan 2012 22:51:19 +0000 (14:51 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 2 Feb 2012 20:54:42 +0000 (12:54 -0800)
I think that this was just an oversight.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/automake.mk

index 8757466..3792582 100644 (file)
@@ -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 \