X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2FMakefile.am;h=e4251a6263896e9c2e1aae417a0a78081128b809;hb=f342cb44b25cd61eed17897575015be4aae1dd17;hp=89dc838208ddf20ea7c922bf3b47130c80b89c19;hpb=2fd608c4111ef4d48a649401d918f5981856cc44;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/Makefile.am b/test/blackbox/run_blackbox_tests/Makefile.am index 89dc8382..e4251a62 100644 --- a/test/blackbox/run_blackbox_tests/Makefile.am +++ b/test/blackbox/run_blackbox_tests/Makefile.am @@ -62,7 +62,11 @@ run_blackbox_tests_SOURCES = \ test_cases_submesh03.c \ test_cases_submesh04.c \ test_cases_autoconnect.c \ - test_cases_set_connection_try_cb.c + test_cases_set_connection_try_cb.c \ + test_cases_random_port_bindings01.c \ + test_cases_random_port_bindings02.c \ + test_cases_key_rotation.c \ + test_cases_get_node_reachability.c run_blackbox_tests_LDADD = ../../../src/libmeshlink.la $(LXC_LIBS) $(CMOCKA_LIBS) run_blackbox_tests_CFLAGS = -D_GNU_SOURCE $(LXC_CFLAGS) $(CMOCKA_CFLAGS)