"dev" <[email protected]> wrote on 05/12/2016 10:23:39 AM:
> From: Gurucharan Shetty <[email protected]> > To: [email protected] > Cc: Gurucharan Shetty <[email protected]> > Date: 05/12/2016 10:42 AM > Subject: [ovs-dev] [PATCH] tests: Add valgrind targets for ovn > utilities and dameons. > Sent by: "dev" <[email protected]> > > Signed-off-by: Gurucharan Shetty <[email protected]> > --- > 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 \ > -- This makes a lot of sense to me, we should especially be checking the daemons... Acked-by: Ryan Moats <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
