test/map_tests.h

Thu, 04 Oct 2012 19:46:10 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 04 Oct 2012 19:46:10 +0200
changeset 45
dd03226c1a6b
parent 44
46356d74e873
child 48
621a4430c404
permissions
-rw-r--r--

map counts elements

/* 
 *
 */

#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)
UCX_TEST_DECLARE(test_ucx_map_iterator_chain)
UCX_TEST_DECLARE(test_ucx_map_store_load)
UCX_TEST_DECLARE(test_ucx_map_clone)


#ifdef	__cplusplus
}
#endif

#endif	/* MAP_TESTS_H */

mercurial