CMake/Tests/Module
Zsolt Parragi 4819ff9647 Tests: fix failures with gnu mode clang on windows
Root causes were:
    * Using incorrect conditions (assuming MSVC-like command line mode)
    * Trying to compile the MSVC STL in C++11 mode, when parts of it require
      C++14 or enabling MS extensions in clang.
    * Missing flush in a testcase using stdout in a dll and a main part
    with static crt
2019-05-24 08:43:42 +02:00
..
CheckIPOSupported-C Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckIPOSupported-CXX Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckIPOSupported-Fortran Tests: Print more info on CheckIPOSupported test failure 2017-08-23 08:43:28 -04:00
CheckTypeSize Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
ExternalData Tests: Avoid duplicate rules in ExternalData test 2018-04-13 08:06:48 -04:00
FindDependency find_dependency: Always search dependencies 2019-03-29 22:03:21 +01:00
WriteCompilerDetectionHeader Tests: fix failures with gnu mode clang on windows 2019-05-24 08:43:42 +02:00