diff -r cdd7a3173249 -r d599fefc7620 test/map_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/map_tests.h Sat Jan 14 13:07:18 2012 +0100 @@ -0,0 +1,22 @@ +/* + * + */ + +#ifndef MAP_TESTS_H +#define MAP_TESTS_H + +#include "ucx/map.h" + +#ifdef __cplusplus +extern "C" { +#endif + +int map_tests(); + + +#ifdef __cplusplus +} +#endif + +#endif /* MAP_TESTS_H */ +