113 printf("\nLibrary function tests\n"); |
113 printf("\nLibrary function tests\n"); |
114 suite = ucx_test_suite_new(); |
114 suite = ucx_test_suite_new(); |
115 /* sstring Tests */ |
115 /* sstring Tests */ |
116 ucx_test_register(suite, test_sstr); |
116 ucx_test_register(suite, test_sstr); |
117 ucx_test_register(suite, test_sstr_len_cat); |
117 ucx_test_register(suite, test_sstr_len_cat); |
118 ucx_test_register(suite, test_sstrchr); |
118 ucx_test_register(suite, test_sstrcmp); |
|
119 ucx_test_register(suite, test_sstrcasecmp); |
|
120 ucx_test_register(suite, test_sstrchr_sstrrchr); |
119 ucx_test_register(suite, test_sstrsplit); |
121 ucx_test_register(suite, test_sstrsplit); |
120 ucx_test_register(suite, test_sstrtrim); |
122 ucx_test_register(suite, test_sstrtrim); |
121 ucx_test_register(suite, test_sstrprefixsuffix); |
123 ucx_test_register(suite, test_sstrprefixsuffix); |
122 |
124 |
123 /* UcxLogger Tests */ |
125 /* UcxLogger Tests */ |