ofproto: Implement Nicira Extended Match flexible flow match (NXM).
[openvswitch] / tests / automake.mk
index 9a248feb9d9ad366d7cc735cdbbb9875e3aae99c..f9c0de0edd28a0c71ff7ede41469e441c2204a0a 100644 (file)
@@ -11,12 +11,15 @@ TESTSUITE_AT = \
        tests/classifier.at \
        tests/check-structs.at \
        tests/daemon.at \
+       tests/daemon-py.at \
+       tests/ovs-ofctl.at \
        tests/vconn.at \
        tests/dir_name.at \
        tests/aes128.at \
        tests/uuid.at \
        tests/json.at \
        tests/jsonrpc.at \
+       tests/jsonrpc-py.at \
        tests/timeval.at \
        tests/lockfile.at \
        tests/reconnect.at \
@@ -38,6 +41,7 @@ TESTSUITE_AT = \
        tests/ovsdb-server.at \
        tests/ovsdb-monitor.at \
        tests/ovsdb-idl.at \
+       tests/ovsdb-idl-py.at \
        tests/ovs-vsctl.at \
        tests/interface-reconfigure.at
 TESTSUITE = $(srcdir)/tests/testsuite
@@ -57,6 +61,7 @@ lcov_wrappers = \
        tests/lcov/ovsdb-server \
        tests/lcov/ovsdb-tool \
        tests/lcov/test-aes128 \
+       tests/lcov/test-byte-order \
        tests/lcov/test-classifier \
        tests/lcov/test-csum \
        tests/lcov/test-dhcp-client \
@@ -105,6 +110,7 @@ valgrind_wrappers = \
        tests/valgrind/ovsdb-server \
        tests/valgrind/ovsdb-tool \
        tests/valgrind/test-aes128 \
+       tests/valgrind/test-byte-order \
        tests/valgrind/test-classifier \
        tests/valgrind/test-csum \
        tests/valgrind/test-dhcp-client \
@@ -263,3 +269,15 @@ EXTRA_DIST += \
        tests/testpki-privkey2.pem \
        tests/testpki-req.pem \
        tests/testpki-req2.pem
+
+noinst_PROGRAMS += tests/test-byte-order
+tests_test_byte_order_SOURCES = tests/test-byte-order.c
+tests_test_byte_order_LDADD = lib/libopenvswitch.a
+
+# Python tests.
+EXTRA_DIST += \
+       tests/test-daemon.py \
+       tests/test-json.py \
+       tests/test-jsonrpc.py \
+       tests/test-ovsdb.py \
+       tests/test-reconnect.py