mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37: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
|
||||
* Add http::is_fields trait
|
||||
* Squelch harmless not_connected errors
|
||||
* Put slow tests back for coverage builds
|
||||
|
||||
API Changes:
|
||||
|
||||
|
@ -103,7 +103,7 @@ endfunction()
|
||||
|
||||
if ("${VARIANT}" STREQUAL "coverage")
|
||||
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_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -lgcov")
|
||||
|
||||
|
Reference in New Issue
Block a user