test/map_tests.h

changeset 29
bce0d7f2912b
parent 20
db7d9860dbbd
child 31
91ac86557290
     1.1 --- a/test/map_tests.h	Mon Feb 20 15:30:45 2012 +0100
     1.2 +++ b/test/map_tests.h	Tue Feb 21 01:13:17 2012 +0100
     1.3 @@ -5,13 +5,17 @@
     1.4  #ifndef MAP_TESTS_H
     1.5  #define	MAP_TESTS_H
     1.6  
     1.7 +#include "ucx/test.h"
     1.8  #include "ucx/map.h"
     1.9  
    1.10  #ifdef	__cplusplus
    1.11  extern "C" {
    1.12  #endif
    1.13  
    1.14 -int map_tests();
    1.15 +UCX_TEST_DECLARE(test_ucx_map_new)
    1.16 +UCX_TEST_DECLARE(test_ucx_key)
    1.17 +UCX_TEST_DECLARE(test_ucx_map_put)
    1.18 +UCX_TEST_DECLARE(test_ucx_map_get)
    1.19  
    1.20  
    1.21  #ifdef	__cplusplus

mercurial