X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=b11e0a2361a22190cc21d4e150125989ca76120c;hb=67680b012be30d9c26eab999b83b08c6eb32dbd2;hp=2977f76bf6cb51804445971e9fe3a891f8dc5b0b;hpb=7a97619ae4484604c15b846ce7268094e048729a;p=sliver-openvswitch.git diff --git a/tests/automake.mk b/tests/automake.mk index 2977f76bf..b11e0a236 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -16,11 +16,11 @@ TESTSUITE_AT = \ tests/daemon-py.at \ tests/ofp-actions.at \ tests/ofp-print.at \ + tests/ofp-util.at \ tests/ofp-errors.at \ tests/ovs-ofctl.at \ tests/odp.at \ tests/multipath.at \ - tests/autopath.at \ tests/lacp.at \ tests/learn.at \ tests/vconn.at \ @@ -32,6 +32,7 @@ TESTSUITE_AT = \ tests/jsonrpc.at \ tests/jsonrpc-py.at \ tests/timeval.at \ + tests/tunnel.at \ tests/lockfile.at \ tests/reconnect.at \ tests/ofproto-dpif.at \ @@ -209,7 +210,7 @@ tests_test_jsonrpc_LDADD = lib/libopenvswitch.a $(SSL_LIBS) noinst_PROGRAMS += tests/test-list tests_test_list_SOURCES = tests/test-list.c -tests_test_list_LDADD = lib/libopenvswitch.a +tests_test_list_LDADD = lib/libopenvswitch.a $(SSL_LIBS) noinst_PROGRAMS += tests/test-lockfile tests_test_lockfile_SOURCES = tests/test-lockfile.c @@ -306,6 +307,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)