test/main.c

changeset 21
d599fefc7620
parent 19
cdd7a3173249
parent 20
db7d9860dbbd
child 26
59f147baea31
     1.1 --- a/test/main.c	Wed Jan 11 12:19:48 2012 +0100
     1.2 +++ b/test/main.c	Sat Jan 14 13:07:18 2012 +0100
     1.3 @@ -31,6 +31,7 @@
     1.4  
     1.5  #include "list_tests.h"
     1.6  #include "mpool_tests.h"
     1.7 +#include "map_tests.h"
     1.8  
     1.9  int main(int argc, char **argv) {
    1.10      printf("UCX Tests\n---------\n");
    1.11 @@ -46,6 +47,11 @@
    1.12      if(mpool_tests()) {
    1.13          fprintf(stderr, "mpool_tests failed\n");
    1.14      }
    1.15 +
    1.16 +    printf("\nUcxMap Tests\n");
    1.17 +    if(map_tests()) {
    1.18 +        fprintf(stderr, "map_tests failed\n");
    1.19 +    }
    1.20      
    1.21      return EXIT_SUCCESS; 
    1.22  }

mercurial