vconn: Add unit test for tcp and unix vconns.
[sliver-openvswitch.git] / tests / automake.mk
index ab6c1b1..e251317 100644 (file)
@@ -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)
+