diff -r fe50a85e69e7 -r 98ac89e3aa37 test/mpool_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/mpool_tests.h Sat Dec 31 21:05:59 2011 +0100 @@ -0,0 +1,23 @@ +/* + * + */ + +#ifndef MPOOL_TESTS_H +#define MPOOL_TESTS_H + +#include "ucx/mpool.h" + +#ifdef __cplusplus +extern "C" { +#endif + +int mpool_tests(); + + + +#ifdef __cplusplus +} +#endif + +#endif /* MPOOL_TESTS_H */ +