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

@ -2,11 +2,7 @@
# Copyright Benoit Blanchon 2014-2021
# MIT License
# we need C++11 for 'long long'
set(CMAKE_CXX_STANDARD 11)
add_executable(MixedConfigurationTests
cpp11.cpp
decode_unicode_0.cpp
decode_unicode_1.cpp
enable_alignment_0.cpp
@ -22,8 +18,6 @@ add_executable(MixedConfigurationTests
enable_string_deduplication_1.cpp
use_double_0.cpp
use_double_1.cpp
use_long_long_0.cpp
use_long_long_1.cpp
)
set_target_properties(MixedConfigurationTests PROPERTIES UNITY_BUILD OFF)
@ -33,4 +27,4 @@ add_test(MixedConfiguration MixedConfigurationTests)
set_tests_properties(MixedConfiguration
PROPERTIES
LABELS "Catch"
)
)