X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=e25131739ae0ec2d4396d2f6cc28bfbfec4e9f52;hb=01d15d868f8df2232a31db761bcc14c500967bfd;hp=ab6c1b14f17f76301aec85dc54947449a181efa8;hpb=21effc03849d9015fc71f2d634659c1766526bed;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index ab6c1b14..e2513173 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -29,6 +29,11 @@ noinst_PROGRAMS += tests/test-list tests_test_list_SOURCES = tests/test-list.c tests_test_list_LDADD = lib/libopenvswitch.a +TESTS += tests/test-sha1 +noinst_PROGRAMS += tests/test-sha1 +tests_test_sha1_SOURCES = tests/test-sha1.c +tests_test_sha1_LDADD = lib/libopenvswitch.a + TESTS += tests/test-type-props noinst_PROGRAMS += tests/test-type-props tests_test_type_props_SOURCES = tests/test-type-props.c @@ -59,3 +64,9 @@ stp_files = \ TESTS_ENVIRONMENT += stp_files='$(stp_files)' EXTRA_DIST += $(stp_files) + +TESTS += tests/test-vconn +noinst_PROGRAMS += tests/test-vconn +tests_test_vconn_SOURCES = tests/test-vconn.c +tests_test_vconn_LDADD = lib/libopenvswitch.a $(SSL_LIBS) +