test/main.c

changeset 148
c27c2425c0b1
parent 146
aa376dba1ba8
child 149
3bf87676d42d
equal deleted inserted replaced
147:1aa598f36872 148:c27c2425c0b1
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 */

mercurial