X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Frun_blackbox_tests.c;h=0af09e651eaf6f5e64b8bd6486278ea999710355;hb=2cd74834fff509cdd9ed51232a3a78e7cad04803;hp=0b706e1225e5a2f8c786ebfc6f206efa225c33ca;hpb=6717174046f62362e5a22998b40960f574120805;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 0b706e12..0af09e65 100644 --- a/test/blackbox/run_blackbox_tests/run_blackbox_tests.c +++ b/test/blackbox/run_blackbox_tests/run_blackbox_tests.c @@ -65,6 +65,7 @@ #include "test_optimal_pmtu.h" #include "test_cases_channel_conn.h" +#include "test_cases_get_all_nodes_by_dev_class.h" #include "../common/containers.h" #include "../common/common_handlers.h" @@ -95,6 +96,7 @@ int main(int argc, char *argv[]) { failed_tests += test_meshlink_export(); failed_tests += test_meshlink_get_fingerprint(); failed_tests += test_meshlink_get_all_nodes(); + failed_tests += test_meshlink_get_all_node_by_device_class(); failed_tests += test_meshlink_set_port(); failed_tests += test_meshlink_sign(); failed_tests += test_meshlink_verify();