X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=1af41ccb7d468bd488329da877cc032c60a25d38;hb=822b7f52108e1936f68fe2f726d0796df1b19903;hp=15df6231fda38145b03a39184144caaf479ee9f0;hpb=642dc74ddb13bf0a0948c3ca0013bd62f8074a9f;p=sliver-openvswitch.git diff --git a/tests/automake.mk b/tests/automake.mk index 15df6231f..1af41ccb7 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -105,6 +105,7 @@ valgrind_wrappers = \ tests/valgrind/test-flows \ tests/valgrind/test-hash \ tests/valgrind/test-heap \ + tests/valgrind/test-hindex \ tests/valgrind/test-hmap \ tests/valgrind/test-json \ tests/valgrind/test-jsonrpc \ @@ -203,6 +204,10 @@ noinst_PROGRAMS += tests/test-heap tests_test_heap_SOURCES = tests/test-heap.c tests_test_heap_LDADD = lib/libopenvswitch.a $(SSL_LIBS) +noinst_PROGRAMS += tests/test-hindex +tests_test_hindex_SOURCES = tests/test-hindex.c +tests_test_hindex_LDADD = lib/libopenvswitch.a $(SSL_LIBS) + noinst_PROGRAMS += tests/test-hmap tests_test_hmap_SOURCES = tests/test-hmap.c tests_test_hmap_LDADD = lib/libopenvswitch.a $(SSL_LIBS)