Skip to content

Commit

Permalink
Add a useful notice regarding allocator stress-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Apr 26, 2023
1 parent ad37cac commit d571c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ int run_unit_tests(void)

/* core tests */
if (!strcmp(testing_module, "core")) {
/* remember to update the Makefile.test OpenSIPS command-line with at
* least "-m2048 -M128" before stress-testing any of the allocators! */
//test_malloc();
test_cachedb();
test_lib_csv();
Expand Down

0 comments on commit d571c4d

Please sign in to comment.