test/map_tests.h

changeset 20
db7d9860dbbd
child 29
bce0d7f2912b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/map_tests.h	Thu Jan 05 14:53:54 2012 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +/* 
     1.5 + *
     1.6 + */
     1.7 +
     1.8 +#ifndef MAP_TESTS_H
     1.9 +#define	MAP_TESTS_H
    1.10 +
    1.11 +#include "ucx/map.h"
    1.12 +
    1.13 +#ifdef	__cplusplus
    1.14 +extern "C" {
    1.15 +#endif
    1.16 +
    1.17 +int map_tests();
    1.18 +
    1.19 +
    1.20 +#ifdef	__cplusplus
    1.21 +}
    1.22 +#endif
    1.23 +
    1.24 +#endif	/* MAP_TESTS_H */
    1.25 +

mercurial