X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=8d019e7a07400e0c4129f757e6f817546ce26306;hb=1b0fdca5faa8674a5e67f7435a43b361fca003cf;hp=eb6351f627675ea7d47ce929350e01e0cc7da79a;hpb=3bffc610fa3ae08fa837f6bd0bf7a2deebdd0970;p=sliver-openvswitch.git diff --git a/tests/automake.mk b/tests/automake.mk index eb6351f62..8d019e7a0 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -18,6 +18,7 @@ TESTSUITE_AT = \ tests/odp.at \ tests/multipath.at \ tests/autopath.at \ + tests/learn.at \ tests/vconn.at \ tests/file_name.at \ tests/aes128.at \ @@ -28,6 +29,7 @@ TESTSUITE_AT = \ tests/timeval.at \ tests/lockfile.at \ tests/reconnect.at \ + tests/ofproto-dpif.at \ tests/ofproto-macros.at \ tests/ofproto.at \ tests/ovsdb.at \ @@ -48,8 +50,9 @@ TESTSUITE_AT = \ tests/ovsdb-server.at \ tests/ovsdb-monitor.at \ tests/ovsdb-idl.at \ - tests/ovsdb-idl-py.at \ tests/ovs-vsctl.at \ + tests/ovs-monitor-ipsec.at \ + tests/ovs-xapi-sync.at \ tests/interface-reconfigure.at TESTSUITE = $(srcdir)/tests/testsuite DISTCLEANFILES += tests/atconfig tests/atlocal @@ -277,15 +280,22 @@ EXTRA_DIST += tests/uuidfilt.pl tests/ovsdb-monitor-sort.pl tests_test_ovsdb_LDADD = ovsdb/libovsdb.a lib/libopenvswitch.a $(SSL_LIBS) # idltest schema and IDL -OVSIDL_BUILT += tests/idltest.c tests/idltest.h tests/idltest.ovsidl +OVSIDL_BUILT += \ + tests/idltest.c \ + tests/idltest.h \ + tests/idltest.ovsidl \ + tests/idltest.py IDLTEST_IDL_FILES = tests/idltest.ovsschema tests/idltest.ann EXTRA_DIST += $(IDLTEST_IDL_FILES) +CLEANFILES += tests/idltest.pyc tests/idltest.pyo tests/idltest.ovsidl: $(IDLTEST_IDL_FILES) $(OVSDB_IDLC) -C $(srcdir) annotate $(IDLTEST_IDL_FILES) > $@.tmp mv $@.tmp $@ tests/idltest.c: tests/idltest.h +noinst_SCRIPTS += tests/idltest.py + noinst_PROGRAMS += tests/test-reconnect tests_test_reconnect_SOURCES = tests/test-reconnect.c tests_test_reconnect_LDADD = lib/libopenvswitch.a @@ -326,7 +336,8 @@ EXTRA_DIST += \ tests/test-json.py \ tests/test-jsonrpc.py \ tests/test-ovsdb.py \ - tests/test-reconnect.py + tests/test-reconnect.py \ + tests/MockXenAPI.py if HAVE_OPENSSL TESTPKI_FILES = \