X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=ca10779f75b5fb52e319cb39891e14c32bef3bd5;hb=91d38a2e5a03b66f7a294058b039a0d0bf099b69;hp=ba2d95fdd6967263c463f1df0c21d7606d0b5c3a;hpb=21ff1aee1b186405c2471bf83a3e8a016a1d2256;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index ba2d95fd..ca10779f 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -30,6 +30,8 @@ TESTSUITE_AT = \ tests/ovsdb-trigger.at \ tests/ovsdb-file.at \ tests/ovsdb-server.at \ + tests/ovsdb-monitor.at \ + tests/ovsdb-idl.at \ tests/stp.at \ tests/ovs-vsctl.at \ tests/lcov-post.at @@ -105,9 +107,15 @@ tests_test_lockfile_SOURCES = tests/test-lockfile.c tests_test_lockfile_LDADD = lib/libopenvswitch.a noinst_PROGRAMS += tests/test-ovsdb -tests_test_ovsdb_SOURCES = tests/test-ovsdb.c +tests_test_ovsdb_SOURCES = tests/test-ovsdb.c tests/idltest.c tests/idltest.h tests_test_ovsdb_LDADD = ovsdb/libovsdb.a lib/libopenvswitch.a -EXTRA_DIST += tests/uuidfilt.pl +EXTRA_DIST += tests/uuidfilt.pl tests/idltest.ovsidl +BUILT_SOURCES += tests/idltest.c tests/idltest.h +noinst_DATA += tests/idltest.ovsschema +DISTCLEANFILES += tests/idltest.ovsschema +tests/idltest.c tests/idltest.h tests/idltest.ovsschema: ovsdb/ovsdb-idlc.in +tests/idltest.c: tests/idltest.h +EXTRA_DIST += tests/idltest.c tests/idltest.h tests/idltest.ovsschema noinst_PROGRAMS += tests/test-reconnect tests_test_reconnect_SOURCES = tests/test-reconnect.c