X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=1d236a4706fe4b65c910f7e25d7e0eeeeb90b09b;hb=9a757a721f675ceab5f0de2731c1de25f479f6c5;hp=07e56ffc789faac109f00a39b85c3776e0e40e96;hpb=8fef8c7121222233075a03d57db7e0b48d5f6be5;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index 07e56ffc..1d236a47 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -8,7 +8,10 @@ TESTSUITE_AT = \ tests/testsuite.at \ tests/lcov-pre.at \ tests/library.at \ + tests/timeval.at \ + tests/lockfile.at \ tests/stp.at \ + tests/ovs-vsctl.at \ tests/lcov-post.at TESTSUITE = $(srcdir)/tests/testsuite DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE) @@ -61,10 +64,18 @@ noinst_PROGRAMS += tests/test-list tests_test_list_SOURCES = tests/test-list.c tests_test_list_LDADD = lib/libopenvswitch.a +noinst_PROGRAMS += tests/test-lockfile +tests_test_lockfile_SOURCES = tests/test-lockfile.c +tests_test_lockfile_LDADD = lib/libopenvswitch.a + noinst_PROGRAMS += tests/test-sha1 tests_test_sha1_SOURCES = tests/test-sha1.c tests_test_sha1_LDADD = lib/libopenvswitch.a +noinst_PROGRAMS += tests/test-timeval +tests_test_timeval_SOURCES = tests/test-timeval.c +tests_test_timeval_LDADD = lib/libopenvswitch.a + noinst_PROGRAMS += tests/test-type-props tests_test_type_props_SOURCES = tests/test-type-props.c