X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=ca10779f75b5fb52e319cb39891e14c32bef3bd5;hb=f0f54cb4dd1c4d890b6b4b9cd459c11fe880e88f;hp=b9d74836aac9da7bc678d9a21ba971f04cf338d4;hpb=a8425c53c5785856cabe80295f0cea0135febdb6;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index b9d74836..ca10779f 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -31,6 +31,7 @@ TESTSUITE_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 @@ -106,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