datapath-windows: Update ovsext.sln to properly build under "Win8 Debug".
[cascardo/ovs.git] / tests / automake.mk
index a858148..2b88ad2 100644 (file)
@@ -39,6 +39,7 @@ TESTSUITE_AT = \
        tests/ovs-vswitchd.at \
        tests/dpif-netdev.at \
        tests/ofproto-dpif.at \
+       tests/bridge.at \
        tests/vlan-splinters.at \
        tests/ofproto-macros.at \
        tests/ofproto.at \
@@ -108,7 +109,6 @@ valgrind_wrappers = \
        tests/valgrind/test-classifier \
        tests/valgrind/test-cmap \
        tests/valgrind/test-csum \
-       tests/valgrind/test-file_name \
        tests/valgrind/test-flows \
        tests/valgrind/test-hash \
        tests/valgrind/test-hindex \
@@ -206,6 +206,13 @@ tests/idltest.ovsidl: $(IDLTEST_IDL_FILES)
 
 tests/idltest.c: tests/idltest.h
 
+if DPDK_NETDEV
+noinst_PROGRAMS += tests/ovsclient
+tests_ovsclient_SOURCES = \
+       tests/ovs_client/ovs_client.c
+tests_ovsclient_LDADD = lib/libopenvswitch.la $(LIBS)
+endif
+
 noinst_PROGRAMS += tests/ovstest
 tests_ovstest_SOURCES = \
        tests/ovstest.c \
@@ -217,7 +224,6 @@ tests_ovstest_SOURCES = \
        tests/test-classifier.c \
        tests/test-cmap.c \
        tests/test-csum.c \
-       tests/test-file_name.c \
        tests/test-flows.c \
        tests/test-hash.c \
        tests/test-heap.c \
@@ -238,6 +244,7 @@ tests_ovstest_SOURCES = \
        tests/test-stp.c \
        tests/test-util.c \
        tests/test-uuid.c \
+       tests/test-bitmap.c \
        tests/test-vconn.c
 
 if !WIN32