tests: Add ovs-openflowd to programs that need valgrind wrappers.
authorBen Pfaff <blp@nicira.com>
Thu, 21 Apr 2011 23:38:05 +0000 (16:38 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Apr 2011 23:38:05 +0000 (16:38 -0700)
The tests run ovs-openflowd so "make check-valgrind" should run it under
valgrind.

tests/automake.mk

index 5f6800b..eda69f7 100644 (file)
@@ -113,6 +113,7 @@ check-lcov: all tests/atconfig tests/atlocal $(TESTSUITE) $(lcov_wrappers)
 
 valgrind_wrappers = \
        tests/valgrind/ovs-appctl \
+       tests/valgrind/ovs-openflowd \
        tests/valgrind/ovs-vsctl \
        tests/valgrind/ovsdb-client \
        tests/valgrind/ovsdb-server \