feat: add tests for #842

Add some tests for setting NULL to deallocated pointers
releated to #842 and #833
This commit is contained in:
Alanscut
2024-05-09 10:45:16 +08:00
committed by Alan Wang
parent 542fb0eadd
commit 5b502cdbfb
2 changed files with 19 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ if(ENABLE_CJSON_TEST)
option(ENABLE_VALGRIND OFF "Enable the valgrind memory checker for the tests.")
if (ENABLE_VALGRIND)
add_compile_definitions(ENABLE_VALGRIND)
find_program(MEMORYCHECK_COMMAND valgrind)
if ("${MEMORYCHECK_COMMAND}" MATCHES "MEMORYCHECK_COMMAND-NOTFOUND")
message(WARNING "Valgrind couldn't be found.")