test/main.c

changeset 108
d2b1e67b2b48
parent 103
08018864fb91
child 109
75cb6590358b
     1.1 --- a/test/main.c	Thu Jul 11 17:32:48 2013 +0200
     1.2 +++ b/test/main.c	Fri Jul 12 20:50:18 2013 +0200
     1.3 @@ -39,6 +39,7 @@
     1.4  #include "string_tests.h"
     1.5  #include "mpool_tests.h"
     1.6  #include "map_tests.h"
     1.7 +#include "prop_tests.h"
     1.8  #include "buffer_tests.h"
     1.9  
    1.10  UCX_TEST_IMPLEMENT(testTestSuitePositive) {
    1.11 @@ -168,8 +169,15 @@
    1.12          ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
    1.13          ucx_test_register(suite, test_ucx_map_clone);
    1.14          ucx_test_register(suite, test_ucx_map_rehash);
    1.15 -
    1.16 -        /* UcxMemstream Tests */
    1.17 +        
    1.18 +        /* UcxPropertiesParser Tests */
    1.19 +        ucx_test_register(suite, test_ucx_prop_new);
    1.20 +        ucx_test_register(suite, test_ucx_prop_parse);
    1.21 +        ucx_test_register(suite, test_ucx_prop_parse_multi);
    1.22 +        ucx_test_register(suite, test_ucx_prop_parse_part);
    1.23 +        ucx_test_register(suite, test_ucx_prop_parse_long);
    1.24 +        
    1.25 +        /* UcxBuffer Tests */
    1.26          ucx_test_register(suite, test_ucx_buffer_seektell);
    1.27          ucx_test_register(suite, test_ucx_buffer_putc);
    1.28          ucx_test_register(suite, test_ucx_buffer_putc_ax);

mercurial