test/main.c

changeset 12
fe50a85e69e7
parent 9
013c5c4b7e44
child 13
98ac89e3aa37
equal deleted inserted replaced
11:4f6082f99bd7 12:fe50a85e69e7
32 #include "list_tests.h" 32 #include "list_tests.h"
33 33
34 int main(int argc, char **argv) { 34 int main(int argc, char **argv) {
35 printf("UCX Tests\n---------\n\n"); 35 printf("UCX Tests\n---------\n\n");
36 36
37 printf("UcxDlist Tests\n");
38 if(dlist_tests()) {
39 fprintf(stderr, "list_tests failed\n");
40 }
41 printf("UcxList Tests\n");
37 if(list_tests()) { 42 if(list_tests()) {
38 fprintf(stderr, "list_tests failed\n"); 43 fprintf(stderr, "list_tests failed\n");
39 } 44 }
40 45
41 return EXIT_SUCCESS; 46 return EXIT_SUCCESS;

mercurial