diff -r 2e7050c3a18e -r db7d9860dbbd test/map_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/map_tests.h Thu Jan 05 14:53:54 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 */ +