| 890:e77ccf1c4bb3 | 891:4d58cbcc9efa |
|---|---|
| 45 int main(int argc, char **argv) { | 45 int main(int argc, char **argv) { |
| 46 return test_main(argc, argv); | 46 return test_main(argc, argv); |
| 47 } | 47 } |
| 48 #endif | 48 #endif |
| 49 | 49 |
| 50 int test_main(int argc, char **argv) { | 50 int test_main(int argc, char **argv) { |
| 51 printf("libidav tests\n"); | 51 printf("libidav tests\n"); |
| 52 printf("-------------\n\n"); | 52 printf("-------------\n\n"); |
| 53 | 53 |
| 54 UcxTestSuite* suite = ucx_test_suite_new(); | 54 UcxTestSuite* suite = ucx_test_suite_new(); |
| 55 | 55 |