ofproto: Factor flow duration calculation into new calc_flow_duration().
[openvswitch] / tests / automake.mk
index 1fac4578282abd09a0aa35c3d0fa0a7e61a73b63..f9c0de0edd28a0c71ff7ede41469e441c2204a0a 100644 (file)
@@ -61,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 \
@@ -109,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 \
@@ -268,6 +270,10 @@ EXTRA_DIST += \
        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 \