We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa0356 commit e3bbf68Copy full SHA for e3bbf68
test/CMakeLists.txt
@@ -14,7 +14,7 @@ include(CheckCXXCompilerFlag)
14
15
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
16
17
-OPTION(JSONCONS_SANITIZE "sanitize" OFF)
+OPTION(JSONCONS_SANITIZE "sanitize" ON)
18
option(JSONCONS_VALGRIND "Execute tests with valgrind" OFF)
19
20
if(JSONCONS_VALGRIND)
test/corelib/src/testmain.cpp
@@ -7,6 +7,7 @@
7
8
TEST_CASE("configuration")
9
{
10
+ //memory test
11
char* p = new char [10];
12
p[0] = 0;
13
0 commit comments