X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Frun_blackbox_tests.c;h=b2e0b61852c376d7b63b0db3a4582ee8ee08c17f;hb=f1da50294494310d7a299c29af5649d4415bd38a;hp=62387c94991e6af9d06e932470c1dd05f351d2e4;hpb=0685a3b696644739cf0a6c68e558b417af23c591;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/run_blackbox_tests.c b/test/blackbox/run_blackbox_tests/run_blackbox_tests.c index 62387c94..b2e0b618 100644 --- a/test/blackbox/run_blackbox_tests/run_blackbox_tests.c +++ b/test/blackbox/run_blackbox_tests/run_blackbox_tests.c @@ -17,6 +17,11 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +#ifdef NDEBUG +#undef NDEBUG +#endif + #include #include #include @@ -63,6 +68,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 +153,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();