test/string_tests.h

changeset 39
bf8ab7bb74ff
child 47
22fb97e9f58a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/string_tests.h	Tue Oct 02 13:43:17 2012 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +/* 
     1.5 + *
     1.6 + */
     1.7 +
     1.8 +#ifndef STRING_TESTS_H
     1.9 +#define	STRING_TESTS_H
    1.10 +
    1.11 +#include "ucx/test.h"
    1.12 +#include "ucx/string.h"
    1.13 +
    1.14 +#ifdef	__cplusplus
    1.15 +extern "C" {
    1.16 +#endif
    1.17 +
    1.18 +UCX_TEST_DECLARE(test_sstrsplit)
    1.19 +
    1.20 +#ifdef	__cplusplus
    1.21 +}
    1.22 +#endif
    1.23 +
    1.24 +#endif	/* MPOOL_TESTS_H */
    1.25 +

mercurial