tests: Add valgrind targets for ovn utilities and dameons.
authorGurucharan Shetty <guru@ovn.org>
Thu, 12 May 2016 15:22:04 +0000 (08:22 -0700)
committerGurucharan Shetty <guru@ovn.org>
Thu, 12 May 2016 17:04:10 +0000 (10:04 -0700)
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
tests/automake.mk

index a5c6074..211a80d 100644 (file)
@@ -152,6 +152,10 @@ check-lcov: all tests/atconfig tests/atlocal $(TESTSUITE) $(check_DATA) clean-lc
 # valgrind support
 
 valgrind_wrappers = \
+       tests/valgrind/ovn-controller \
+       tests/valgrind/ovn-nbctl \
+       tests/valgrind/ovn-northd \
+       tests/valgrind/ovn-sbctl \
        tests/valgrind/ovs-appctl \
        tests/valgrind/ovs-ofctl \
        tests/valgrind/ovstest \