| 41 | #include "unit_tests.h" |
| 42 | |
| 43 | void init_unit_tests(void) |
| 44 | { |
| 45 | if (!strcmp(testing_module, "core")) { |
| 46 | add_mpath("modules/"); |
| 47 | solve_module_dependencies(modules); |
| 48 | init_cachedb_tests(); |
| 49 | //init_malloc_tests(); |
| 50 | } |
| 51 | |
| 52 | ensure_global_context(); |
| 53 | } |
| 54 | |
| 55 | int run_unit_tests(void) |
| 56 | { |
no test coverage detected