diff -r 35f67a8ef875 -r bf8ab7bb74ff test/string_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/string_tests.h Tue Oct 02 13:43:17 2012 +0200 @@ -0,0 +1,22 @@ +/* + * + */ + +#ifndef STRING_TESTS_H +#define STRING_TESTS_H + +#include "ucx/test.h" +#include "ucx/string.h" + +#ifdef __cplusplus +extern "C" { +#endif + +UCX_TEST_DECLARE(test_sstrsplit) + +#ifdef __cplusplus +} +#endif + +#endif /* MPOOL_TESTS_H */ +