| 116 cx_test_suite_mempool(), |
116 cx_test_suite_mempool(), |
| 117 cx_test_suite_json(), |
117 cx_test_suite_json(), |
| 118 cx_test_suite_printf() |
118 cx_test_suite_printf() |
| 119 ); |
119 ); |
| 120 printf("=== OVERALL RESULT ===\n"); |
120 printf("=== OVERALL RESULT ===\n"); |
| 121 printf(" Suites: %5lu\n Tests: %5u\n Success: %5u\n Failure: %5u\n", |
121 printf(" Suites: %5zu\n Tests: %5u\n Success: %5u\n Failure: %5u\n", |
| 122 cx_nmemb(test_suites), success + failure, success, failure); |
122 cx_nmemb(test_suites), success + failure, success, failure); |
| 123 free_test_suites; |
123 free_test_suites; |
| 124 |
124 |
| 125 if (cx_testing_allocator_verify(&testing_allocator)) { |
125 if (cx_testing_allocator_verify(&testing_allocator)) { |
| 126 printf("\nAllocations verified successfully.\n"); |
126 printf("\nAllocations verified successfully.\n"); |