test/main.c

changeset 47
22fb97e9f58a
parent 44
46356d74e873
child 49
1771360b740d
--- 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);

mercurial