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
55 CMAKE_POLICY (SET CMP0054 NEW)
66ENDIF ()
77
8- OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." ON )
8+ OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." OFF )
99OPTION (MSGPACK_GEN_COVERAGE "Enable running gcov to get a test coverage report." OFF )
1010
1111if (MSGPACK_BUILD_TESTS)
Original file line number Diff line number Diff line change 2525 export ARCH_FLAG=" -m64"
2626fi
2727
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} " ..
2929
3030ret=$?
3131if [ $ret -ne 0 ]
4141 exit $ret
4242fi
4343
44- ctest -VV
44+ ctest -VVr
4545
4646ret=$?
4747if [ $ret -ne 0 ]
You can’t perform that action at this time.
0 commit comments