]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/run_blackbox_tests.c
Add test cases for random port bindings
[meshlink] / test / blackbox / run_blackbox_tests / run_blackbox_tests.c
index b174ab7e2314169af9776c970b572e4290ddbe9c..62387c94991e6af9d06e932470c1dd05f351d2e4 100644 (file)
@@ -73,6 +73,9 @@
 #include "test_cases_autoconnect.h"
 #include "test_cases_set_connection_try_cb.h"
 
+#include "test_cases_random_port_bindings01.h"
+#include "test_cases_random_port_bindings02.h"
+
 #include "../common/containers.h"
 #include "../common/common_handlers.h"
 
@@ -145,6 +148,9 @@ int main(int argc, char *argv[]) {
 
        failed_tests += test_optimal_pmtu();
 
+       failed_tests += test_meshlink_random_port_bindings01();
+       failed_tests += test_meshlink_random_port_bindings02();
+
        printf("[ PASSED ] %d test(s).\n", total_tests - failed_tests);
        printf("[ FAILED ] %d test(s).\n", failed_tests);