2013-11-03 12:27:13 +02:00
|
|
|
include(RunCMake)
|
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
run_cmake(InvalidArgument1)
|
2023-05-23 16:38:00 +02:00
|
|
|
run_cmake(exists)
|
2013-11-03 12:27:13 +02:00
|
|
|
run_cmake(IsDirectory)
|
|
|
|
run_cmake(IsDirectoryLong)
|
2017-07-20 19:35:53 +02:00
|
|
|
run_cmake(duplicate-deep-else)
|
|
|
|
run_cmake(duplicate-else)
|
|
|
|
run_cmake(duplicate-else-after-elseif)
|
2015-08-17 11:37:30 +02:00
|
|
|
run_cmake(elseif-message)
|
2017-07-20 19:35:53 +02:00
|
|
|
run_cmake(misplaced-elseif)
|
2015-11-17 17:22:37 +01:00
|
|
|
|
2021-11-20 13:41:27 +01:00
|
|
|
run_cmake(unbalanced-parenthesis)
|
|
|
|
|
2016-03-13 13:35:51 +01:00
|
|
|
run_cmake(MatchesSelf)
|
2021-11-20 13:41:27 +01:00
|
|
|
run_cmake(IncompleteMatches)
|
|
|
|
run_cmake(IncompleteMatchesFail)
|
2016-03-13 13:35:51 +01:00
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
run_cmake(TestNameThatExists)
|
|
|
|
run_cmake(TestNameThatDoesNotExist)
|
2022-03-29 21:10:50 +02:00
|
|
|
|
|
|
|
run_cmake_script(AndOr)
|