test/map_tests.h@59f147baea31
test/map_tests.h
Sat, 18 Feb 2012 15:50:43 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 18 Feb 2012 15:50:43 +0100
- changeset 26
- 59f147baea31
- parent 20
-
db7d9860dbbd
- child 29
-
bce0d7f2912b
- permissions
- -rw-r--r--
added test framework and foreach macro
/*
*
*/
#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 */