test/main.c

changeset 97
499e1b465d77
parent 94
57ea041df22f
child 103
08018864fb91
     1.1 --- a/test/main.c	Wed Feb 27 13:53:28 2013 +0100
     1.2 +++ b/test/main.c	Wed Feb 27 14:04:45 2013 +0100
     1.3 @@ -111,6 +111,12 @@
     1.4  
     1.5          printf("\nLibrary function tests\n");
     1.6          suite = ucx_test_suite_new();
     1.7 +        /* sstring Tests */
     1.8 +        ucx_test_register(suite, test_sstr);
     1.9 +        ucx_test_register(suite, test_sstr_len_cat);
    1.10 +        ucx_test_register(suite, test_sstrsplit);
    1.11 +        ucx_test_register(suite, test_sstrtrim);
    1.12 +        
    1.13          /* UcxLogger Tests */
    1.14          ucx_test_register(suite, test_ucx_logger_log);
    1.15  
    1.16 @@ -162,11 +168,6 @@
    1.17          ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
    1.18          ucx_test_register(suite, test_ucx_map_clone);
    1.19          ucx_test_register(suite, test_ucx_map_rehash);
    1.20 -        
    1.21 -        /* sstring Tests */
    1.22 -        ucx_test_register(suite, test_sstr);
    1.23 -        ucx_test_register(suite, test_sstr_len_cat);
    1.24 -        ucx_test_register(suite, test_sstrsplit);
    1.25  
    1.26          /* UcxMemstream Tests */
    1.27          ucx_test_register(suite, test_ucx_buffer_seektell);

mercurial