X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fautomake.mk;h=1236a261315d368dcb3d8a2dc94d61b54dd4f0e7;hb=40f280c781639c24176e054abc20bb7270da9e7a;hp=09de52152d7da522e50e9e268a701e99c9c1942a;hpb=becffb862616fa1a5c76c948b4f39cd61f6efca8;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index 09de5215..1236a261 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -69,6 +69,7 @@ check-local: tests/atconfig tests/atlocal $(TESTSUITE) lcov_wrappers = \ tests/lcov/ovs-appctl \ tests/lcov/ovs-vsctl \ + tests/lcov/ovs-vswitchd \ tests/lcov/ovsdb-client \ tests/lcov/ovsdb-server \ tests/lcov/ovsdb-tool \ @@ -124,6 +125,7 @@ check-lcov: all tests/atconfig tests/atlocal $(TESTSUITE) $(lcov_wrappers) valgrind_wrappers = \ tests/valgrind/ovs-appctl \ tests/valgrind/ovs-vsctl \ + tests/valgrind/ovs-vswitchd \ tests/valgrind/ovsdb-client \ tests/valgrind/ovsdb-server \ tests/valgrind/ovsdb-tool \