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_sstrsplit); |
119 ucx_test_register(suite, test_sstrsplit); |
119 ucx_test_register(suite, test_sstrtrim); |
120 ucx_test_register(suite, test_sstrtrim); |
120 ucx_test_register(suite, test_sstrprefixsuffix); |
121 ucx_test_register(suite, test_sstrprefixsuffix); |
121 |
122 |
122 /* UcxLogger Tests */ |
123 /* UcxLogger Tests */ |