diff -r 48ca036d7d9c -r 22fb97e9f58a test/main.c --- a/test/main.c Fri Oct 05 10:25:33 2012 +0200 +++ b/test/main.c Fri Oct 05 10:38:51 2012 +0200 @@ -151,6 +151,8 @@ ucx_test_register(suite, test_ucx_map_clone); /* sstring Tests */ + ucx_test_register(suite, test_sstr); + ucx_test_register(suite, test_sstr_len_cat); ucx_test_register(suite, test_sstrsplit); ucx_test_run(suite, stdout);