test/map_tests.h

Fri, 25 May 2012 17:39:27 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 25 May 2012 17:39:27 +0200
changeset 31
91ac86557290
parent 29
bce0d7f2912b
child 33
9c219a62070d
permissions
-rw-r--r--

added map iterator

/* 
 *
 */

#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