Fix remaining "uninitialized local variable" used warning by MSVC.
[cascardo/ovs.git] / tests / automake.mk
index 9354fad..9d32be9 100644 (file)
@@ -65,6 +65,7 @@ TESTSUITE_AT = \
        tests/ovs-monitor-ipsec.at \
        tests/ovs-xapi-sync.at \
        tests/stp.at \
+       tests/rstp.at \
        tests/interface-reconfigure.at \
        tests/vlog.at \
        tests/vtep-ctl.at
@@ -109,7 +110,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 \
@@ -124,6 +124,7 @@ valgrind_wrappers = \
        tests/valgrind/test-packets \
        tests/valgrind/test-random \
        tests/valgrind/test-reconnect \
+       tests/valgrind/test-rstp \
        tests/valgrind/test-sha1 \
        tests/valgrind/test-stp \
        tests/valgrind/test-type-props \
@@ -182,13 +183,6 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
          echo 'm4_define([AT_PACKAGE_BUGREPORT], [$(PACKAGE_BUGREPORT)])'; \
        } >'$(srcdir)/package.m4'
 
-noinst_PROGRAMS += tests/test-controller
-MAN_ROOTS += tests/test-controller.8.in
-DISTCLEANFILES += tests/test-controller.8
-noinst_man_MANS += tests/test-controller.8
-tests_test_controller_SOURCES = tests/test-controller.c
-tests_test_controller_LDADD = lib/libopenvswitch.la
-
 noinst_PROGRAMS += tests/test-ovsdb
 tests_test_ovsdb_SOURCES = \
        tests/test-ovsdb.c \
@@ -207,6 +201,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 \
@@ -218,7 +219,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 \
@@ -234,11 +234,13 @@ tests_ovstest_SOURCES = \
        tests/test-packets.c \
        tests/test-random.c \
        tests/test-reconnect.c \
+       tests/test-rstp.c \
        tests/test-sflow.c \
        tests/test-sha1.c \
        tests/test-stp.c \
        tests/test-util.c \
        tests/test-uuid.c \
+       tests/test-bitmap.c \
        tests/test-vconn.c
 
 if !WIN32