test/map_tests.h

Fri, 24 Feb 2012 15:53:50 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 Feb 2012 15:53:50 +0100
changeset 30
23bb65cbf7a4
parent 29
bce0d7f2912b
child 31
91ac86557290
permissions
-rw-r--r--

some fixes

/* 
 *
 */

#ifndef MAP_TESTS_H
#define	MAP_TESTS_H

#include "ucx/test.h"
#include "ucx/map.h"

#ifdef	__cplusplus
extern "C" {
#endif

UCX_TEST_DECLARE(test_ucx_map_new)
UCX_TEST_DECLARE(test_ucx_key)
UCX_TEST_DECLARE(test_ucx_map_put)
UCX_TEST_DECLARE(test_ucx_map_get)


#ifdef	__cplusplus
}
#endif

#endif	/* MAP_TESTS_H */

mercurial