Run all tests with C++11 enabled (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-09 18:57:34 +01:00
parent c2de812cbd
commit 94b2b3f9ce
14 changed files with 8 additions and 48 deletions

View File

@ -19,6 +19,8 @@ add_executable(MixedConfigurationTests
issue1707.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)