X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=9d6623bddca5c0003ec6b7593ded0a4f05fa1aa8;hb=4c4d10b13fc01f6d785dc35dc2f789dab9c8ced9;hp=b9d74836aac9da7bc678d9a21ba971f04cf338d4;hpb=a8425c53c5785856cabe80295f0cea0135febdb6;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index b9d74836..9d6623bd 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -24,6 +24,7 @@ TESTSUITE_AT = \ tests/ovsdb-table.at \ tests/ovsdb-row.at \ tests/ovsdb-condition.at \ + tests/ovsdb-mutation.at \ tests/ovsdb-query.at \ tests/ovsdb-transaction.at \ tests/ovsdb-execution.at \ @@ -31,6 +32,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 @@ -95,7 +97,7 @@ tests_test_json_LDADD = lib/libopenvswitch.a noinst_PROGRAMS += tests/test-jsonrpc tests_test_jsonrpc_SOURCES = tests/test-jsonrpc.c -tests_test_jsonrpc_LDADD = lib/libopenvswitch.a +tests_test_jsonrpc_LDADD = lib/libopenvswitch.a $(SSL_LIBS) noinst_PROGRAMS += tests/test-list tests_test_list_SOURCES = tests/test-list.c @@ -106,9 +108,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_LDADD = ovsdb/libovsdb.a lib/libopenvswitch.a -EXTRA_DIST += tests/uuidfilt.pl +tests_test_ovsdb_SOURCES = tests/test-ovsdb.c tests/idltest.c tests/idltest.h +tests_test_ovsdb_LDADD = ovsdb/libovsdb.a lib/libopenvswitch.a $(SSL_LIBS) +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 @@ -127,7 +135,7 @@ tests_test_type_props_SOURCES = tests/test-type-props.c noinst_PROGRAMS += tests/test-dhcp-client tests_test_dhcp_client_SOURCES = tests/test-dhcp-client.c -tests_test_dhcp_client_LDADD = lib/libopenvswitch.a $(FAULT_LIBS) +tests_test_dhcp_client_LDADD = lib/libopenvswitch.a noinst_PROGRAMS += tests/test-stp tests_test_stp_SOURCES = tests/test-stp.c @@ -140,4 +148,9 @@ tests_test_uuid_LDADD = lib/libopenvswitch.a noinst_PROGRAMS += tests/test-vconn tests_test_vconn_SOURCES = tests/test-vconn.c tests_test_vconn_LDADD = lib/libopenvswitch.a $(SSL_LIBS) +EXTRA_DIST += \ + tests/testpki-cacert.pem \ + tests/testpki-cert.pem \ + tests/testpki-privkey.pem \ + tests/testpki-req.pem