test/map_tests.h

Thu, 31 May 2012 09:18:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 31 May 2012 09:18:26 +0200
changeset 32
c7af4ec56e19
parent 31
91ac86557290
child 33
9c219a62070d
permissions
-rw-r--r--

consequently used intptr_t in mpool tests

/* 
 *
 */

#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)
UCX_TEST_DECLARE(test_ucx_map_iterator)


#ifdef	__cplusplus
}
#endif

#endif	/* MAP_TESTS_H */

mercurial