Skip to content

Commit

Permalink
Complete previous commit
Browse files Browse the repository at this point in the history
Avoid enabling the malloc test suite by default, as it cost quite a bit
of time and is un-refined for now.
  • Loading branch information
liviuchircu committed Dec 13, 2021
1 parent 2e34dc3 commit 996d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests.c
Expand Up @@ -58,7 +58,7 @@ int run_unit_tests(void)

/* core tests */
if (!strcmp(testing_module, "core")) {
test_malloc();
//test_malloc();
test_cachedb();
test_lib_csv();
test_parser();
Expand Down

0 comments on commit 996d4ff

Please sign in to comment.