test/main.c

changeset 9
013c5c4b7e44
parent 0
1e4522fddff0
child 12
fe50a85e69e7
equal deleted inserted replaced
8:9cd2b2460db0 9:013c5c4b7e44
27 */ 27 */
28 28
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 31
32 #include "list_tests.h"
33
32 int main(int argc, char **argv) { 34 int main(int argc, char **argv) {
33 printf("Hello World!\n"); 35 printf("UCX Tests\n---------\n\n");
36
37 if(list_tests()) {
38 fprintf(stderr, "list_tests failed\n");
39 }
34 40
35 return EXIT_SUCCESS; 41 return EXIT_SUCCESS;
36 } 42 }
37 43

mercurial