[ovs-dev] [PATCH] tests: Add valgrind targets for ovn utilities and dameons.

Gurucharan Shetty guru at ovn.org
Thu May 12 15:23:39 UTC 2016


Signed-off-by: Gurucharan Shetty <guru at ovn.org>
---
 tests/automake.mk |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/automake.mk b/tests/automake.mk
index a5c6074..211a80d 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -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 \
-- 
1.7.9.5




More information about the dev mailing list