test/string_tests.h

Thu, 04 Oct 2012 18:23:32 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 04 Oct 2012 18:23:32 +0200
changeset 43
02f38adea013
parent 39
bf8ab7bb74ff
child 47
22fb97e9f58a
permissions
-rw-r--r--

fixed crash fails by completing the implementation of the tested function....

universe@39 1 /*
universe@39 2 *
universe@39 3 */
universe@39 4
universe@39 5 #ifndef STRING_TESTS_H
universe@39 6 #define STRING_TESTS_H
universe@39 7
universe@39 8 #include "ucx/test.h"
universe@39 9 #include "ucx/string.h"
universe@39 10
universe@39 11 #ifdef __cplusplus
universe@39 12 extern "C" {
universe@39 13 #endif
universe@39 14
universe@39 15 UCX_TEST_DECLARE(test_sstrsplit)
universe@39 16
universe@39 17 #ifdef __cplusplus
universe@39 18 }
universe@39 19 #endif
universe@39 20
universe@39 21 #endif /* MPOOL_TESTS_H */
universe@39 22

mercurial