Searched refs:OPTION_TEST (Results 1 – 1 of 1) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_options.c | 896 #define OPTION_TEST(n,s) \ in t_init_option_tests() macro 902 OPTION_TEST(1, "parse option #1"); in t_init_option_tests() 903 OPTION_TEST(2, "parse option #2"); in t_init_option_tests() 904 OPTION_TEST(3, "parse option #3"); in t_init_option_tests() 905 OPTION_TEST(4, "parse option #4"); in t_init_option_tests() 906 OPTION_TEST(5, "parse option #5"); in t_init_option_tests() 907 OPTION_TEST(6, "parse option #6"); in t_init_option_tests() 908 OPTION_TEST(7, "parse option #7"); in t_init_option_tests() 909 OPTION_TEST(8, "parse option #8"); in t_init_option_tests() 910 OPTION_TEST(9, "parse option #9"); in t_init_option_tests() [all …]
|