mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Put slow tests back for coverage builds
This commit is contained in:
@ -9,6 +9,7 @@ Version 62:
|
|||||||
* Avoid explicit operator bool for error
|
* Avoid explicit operator bool for error
|
||||||
* Add http::is_fields trait
|
* Add http::is_fields trait
|
||||||
* Squelch harmless not_connected errors
|
* Squelch harmless not_connected errors
|
||||||
|
* Put slow tests back for coverage builds
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ endfunction()
|
|||||||
|
|
||||||
if ("${VARIANT}" STREQUAL "coverage")
|
if ("${VARIANT}" STREQUAL "coverage")
|
||||||
set(CMAKE_CXX_FLAGS
|
set(CMAKE_CXX_FLAGS
|
||||||
"${CMAKE_CXX_FLAGS} -DBEAST_NO_SLOW_TESTS=1 -fprofile-arcs -ftest-coverage")
|
"${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
|
||||||
set (CMAKE_BUILD_TYPE RELWITHDEBINFO)
|
set (CMAKE_BUILD_TYPE RELWITHDEBINFO)
|
||||||
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lgcov")
|
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lgcov")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user