git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01fbfa
)
tests: Add ovs-openflowd to programs that need valgrind wrappers.
author
Ben Pfaff
<blp@nicira.com>
Thu, 21 Apr 2011 23:38:05 +0000
(16:38 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/tests/automake.mk
b/tests/automake.mk
index
5f6800b
..
eda69f7
100644
(file)
--- a/
tests/automake.mk
+++ b/
tests/automake.mk
@@
-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 \