test/string_tests.h

Wed, 27 Feb 2013 14:04:45 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 27 Feb 2013 14:04:45 +0100
changeset 97
499e1b465d77
parent 59
c80c910fe191
child 103
08018864fb91
permissions
-rw-r--r--

fixed execution order of tests + added test for sstrtrim

     1 /* 
     2  *
     3  */
     5 #ifndef STRING_TESTS_H
     6 #define	STRING_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/string.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_sstr);
    16 UCX_TEST_DECLARE(test_sstr_len_cat);
    17 UCX_TEST_DECLARE(test_sstrsplit);
    18 UCX_TEST_DECLARE(test_sstrtrim);
    20 #ifdef	__cplusplus
    21 }
    22 #endif
    24 #endif	/* STRING_TESTS_H */

mercurial