test/main.c

changeset 149
3bf87676d42d
parent 148
c27c2425c0b1
child 163
5ec9a2ca6328
     1.1 --- a/test/main.c	Mon Aug 19 10:44:11 2013 +0200
     1.2 +++ b/test/main.c	Mon Aug 19 11:54:54 2013 +0200
     1.3 @@ -115,7 +115,9 @@
     1.4          /* sstring Tests */
     1.5          ucx_test_register(suite, test_sstr);
     1.6          ucx_test_register(suite, test_sstr_len_cat);
     1.7 -        ucx_test_register(suite, test_sstrchr);
     1.8 +        ucx_test_register(suite, test_sstrcmp);
     1.9 +        ucx_test_register(suite, test_sstrcasecmp);
    1.10 +        ucx_test_register(suite, test_sstrchr_sstrrchr);
    1.11          ucx_test_register(suite, test_sstrsplit);
    1.12          ucx_test_register(suite, test_sstrtrim);
    1.13          ucx_test_register(suite, test_sstrprefixsuffix);

mercurial