test/string_tests.h

changeset 134
4d320dc3a7af
parent 103
08018864fb91
child 146
aa376dba1ba8
equal deleted inserted replaced
133:0a70e0d36949 134:4d320dc3a7af
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 UCX_TEST_DECLARE(test_sstr); 39 UCX_TEST(test_sstr);
40 UCX_TEST_DECLARE(test_sstr_len_cat); 40 UCX_TEST(test_sstr_len_cat);
41 UCX_TEST_DECLARE(test_sstrsplit); 41 UCX_TEST(test_sstrsplit);
42 UCX_TEST_DECLARE(test_sstrtrim); 42 UCX_TEST(test_sstrtrim);
43 43
44 #ifdef __cplusplus 44 #ifdef __cplusplus
45 } 45 }
46 #endif 46 #endif
47 47

mercurial