File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR
5
5
CMAKE_POLICY (SET CMP0054 NEW)
6
6
ENDIF ()
7
7
8
- OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." ON )
8
+ OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." OFF )
9
9
OPTION (MSGPACK_GEN_COVERAGE "Enable running gcov to get a test coverage report." OFF )
10
10
11
11
if (MSGPACK_BUILD_TESTS)
Original file line number Diff line number Diff line change 25
25
export ARCH_FLAG=" -m64"
26
26
fi
27
27
28
- cmake -DMSGPACK_32BIT=${BIT32} -DBUILD_SHARED_LIBS=${SHARED} -DMSGPACK_CHAR_SIGN=${CHAR_SIGN} -DCMAKE_CXX_FLAGS=" ${ARCH_FLAG} ${CXXFLAGS} ${SAN} " -DCMAKE_C_FLAGS=" ${CFLAGS} ${SAN} " ..
28
+ cmake -DMSGPACK_BUILD_TESTS=ON - DMSGPACK_32BIT=${BIT32} -DBUILD_SHARED_LIBS=${SHARED} -DMSGPACK_CHAR_SIGN=${CHAR_SIGN} -DCMAKE_CXX_FLAGS=" ${ARCH_FLAG} ${CXXFLAGS} ${SAN} " -DCMAKE_C_FLAGS=" ${CFLAGS} ${SAN} " ..
29
29
30
30
ret=$?
31
31
if [ $ret -ne 0 ]
41
41
exit $ret
42
42
fi
43
43
44
- ctest -VV
44
+ ctest -VVr
45
45
46
46
ret=$?
47
47
if [ $ret -ne 0 ]
You can’t perform that action at this time.
0 commit comments