ofp-parse: Fix wildcard bits for dl_dst in flow parsing.
[openvswitch] / tests / automake.mk
index 7872d21a273bbcd23736d35b458e3eb7b4e9fef0..750f420de2992389a09f6565da3cfefe4debd73d 100644 (file)
@@ -15,6 +15,7 @@ TESTSUITE_AT = \
        tests/ofp-print.at \
        tests/ovs-ofctl.at \
        tests/multipath.at \
+       tests/autopath.at \
        tests/vconn.at \
        tests/file_name.at \
        tests/aes128.at \
@@ -129,6 +130,7 @@ valgrind_wrappers = \
        tests/valgrind/test-list \
        tests/valgrind/test-lockfile \
        tests/valgrind/test-multipath \
+       tests/valgrind/test-openflowd \
        tests/valgrind/test-ovsdb \
        tests/valgrind/test-packets \
        tests/valgrind/test-random \
@@ -228,6 +230,18 @@ noinst_PROGRAMS += tests/test-multipath
 tests_test_multipath_SOURCES = tests/test-multipath.c
 tests_test_multipath_LDADD = lib/libopenvswitch.a
 
+noinst_PROGRAMS += tests/test-openflowd
+EXTRA_DIST += tests/test-openflowd.8.in
+DISTCLEANFILES += tests/test-openflowd.8
+noinst_man_MANS += tests/ovs-openflowd.8
+tests_test_openflowd_SOURCES = tests/test-openflowd.c
+tests_test_openflowd_LDADD = \
+       ofproto/libofproto.a \
+       lib/libsflow.a \
+       lib/libopenvswitch.a \
+       $(SSL_LIBS)
+
+
 noinst_PROGRAMS += tests/test-packets
 tests_test_packets_SOURCES = tests/test-packets.c
 tests_test_packets_LDADD = lib/libopenvswitch.a