X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Frun_blackbox_tests.c;h=a1eecb51986c51b64e16e2e21d811bcdeba62535;hp=62387c94991e6af9d06e932470c1dd05f351d2e4;hb=3be622ad230c70e9753f9f9737333a2f803b125e;hpb=53522b1c11222273c7b41f72b374e759d13b2165 diff --git a/test/blackbox/run_blackbox_tests/run_blackbox_tests.c b/test/blackbox/run_blackbox_tests/run_blackbox_tests.c index 62387c94..a1eecb51 100644 --- a/test/blackbox/run_blackbox_tests/run_blackbox_tests.c +++ b/test/blackbox/run_blackbox_tests/run_blackbox_tests.c @@ -63,6 +63,7 @@ #include "test_cases_channel_set_receive_cb.h" #include "test_cases_hint_address.h" #include "test_optimal_pmtu.h" +#include "test_cases_key_rotation.h" #include "test_cases_channel_conn.h" #include "test_cases_get_all_nodes_by_dev_class.h" @@ -147,6 +148,7 @@ int main(int argc, char *argv[]) { failed_tests += test_cases_connection_try(); failed_tests += test_optimal_pmtu(); + failed_tests += test_meshlink_encrypted_key_rotation(); failed_tests += test_meshlink_random_port_bindings01(); failed_tests += test_meshlink_random_port_bindings02();