Test: extracted executable Cpp11Tests

This commit is contained in:
Benoit Blanchon
2021-06-15 18:52:18 +02:00
parent eab5ae2f07
commit ba5cdab619
14 changed files with 90 additions and 56 deletions

View File

@ -23,12 +23,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
-Wundef
)
if(NOT MINGW)
add_compile_options(
-std=c++98
)
endif()
if(${COVERAGE})
set(CMAKE_CXX_FLAGS "-fprofile-arcs -ftest-coverage")
endif()