projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dac118
)
tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.
author
Ben Pfaff
<blp@nicira.com>
Thu, 26 Jan 2012 22:51:19 +0000
(14:51 -0800)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/tests/automake.mk
b/tests/automake.mk
index 8757466ecbd0262e463d00b888782e44e2c51f30..37925823c3bccc9d92c7d995437845ee3ce91ef1 100644
(file)
--- a/
tests/automake.mk
+++ b/
tests/automake.mk
@@
-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 \