X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=4442eb50955e4c0e882a76c746750002b4b43663;hb=d23fa2ed5602b7e9f15e5735022f4a68461c637d;hp=23c36efe7d39c4a7aeb8767861cde64d9610c4bb;hpb=cb22974d773942d66da42b700b8bca0db27a0920;p=sliver-openvswitch.git diff --git a/tests/automake.mk b/tests/automake.mk index 23c36efe7..4442eb509 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -21,7 +21,6 @@ TESTSUITE_AT = \ tests/ovs-ofctl.at \ tests/odp.at \ tests/multipath.at \ - tests/autopath.at \ tests/lacp.at \ tests/learn.at \ tests/vconn.at \ @@ -33,8 +32,10 @@ TESTSUITE_AT = \ tests/jsonrpc.at \ tests/jsonrpc-py.at \ tests/timeval.at \ + tests/tunnel.at \ tests/lockfile.at \ tests/reconnect.at \ + tests/ovs-vswitchd.at \ tests/ofproto-dpif.at \ tests/ofproto-macros.at \ tests/ofproto.at \ @@ -232,6 +233,10 @@ noinst_PROGRAMS += tests/test-stp tests_test_stp_SOURCES = tests/test-stp.c tests_test_stp_LDADD = lib/libopenvswitch.a $(SSL_LIBS) +noinst_PROGRAMS += tests/test-sflow +tests_test_sflow_SOURCES = tests/test-sflow.c +tests_test_sflow_LDADD = lib/libopenvswitch.a $(SSL_LIBS) + noinst_PROGRAMS += tests/test-netflow tests_test_netflow_SOURCES = tests/test-netflow.c tests_test_netflow_LDADD = lib/libopenvswitch.a $(SSL_LIBS) @@ -296,8 +301,6 @@ noinst_PROGRAMS += tests/test-byte-order tests_test_byte_order_SOURCES = tests/test-byte-order.c tests_test_byte_order_LDADD = lib/libopenvswitch.a -EXTRA_DIST += tests/choose-port.pl - # Python tests. CHECK_PYFILES = \ tests/appctl.py \ @@ -307,6 +310,7 @@ CHECK_PYFILES = \ tests/test-ovsdb.py \ tests/test-reconnect.py \ tests/MockXenAPI.py \ + tests/test-unix-socket.py \ tests/test-unixctl.py \ tests/test-vlog.py EXTRA_DIST += $(CHECK_PYFILES)