X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=3a417c78a868fab904f332c7e98145f236da0775;hb=8850d6d2d1bc3629627d7f70005c8fe08415c4f7;hp=ab6c1b14f17f76301aec85dc54947449a181efa8;hpb=21effc03849d9015fc71f2d634659c1766526bed;p=openvswitch diff --git a/tests/automake.mk b/tests/automake.mk index ab6c1b14..3a417c78 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