summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
blob: be79d417f47b83ef20793d517972f8339e3424d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include(RunCMake)

run_cmake(InvalidArgs)
run_cmake(NoCompiler)
run_cmake(NoFeature)
run_cmake(FileTypo)
run_cmake(PrefixTypo)
run_cmake(ExtraArgs)
run_cmake(OldVersion)
run_cmake(InvalidCompiler)
run_cmake(InvalidFeature)
run_cmake(InvalidCXXFeature)