Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / File_Configure / RunCMakeTest.cmake
1 include(RunCMake)
2
3 run_cmake(AngleBracketsContent)
4 run_cmake(BadArgOutput)
5 run_cmake(BadArgContent)
6 run_cmake(BadArgGeneratorExpressionOutput)
7 run_cmake(UnrecognizedArgs)
8 run_cmake(DirOutput)
9 run_cmake(NewLineStyle-NoArg)
10 run_cmake(NewLineStyle-ValidArg)
11 run_cmake(NewLineStyle-WrongArg)
12 run_cmake(NoArgOutput)
13 run_cmake(NoArgContent)
14 run_cmake(SubDir)
15 run_cmake(AtOnly)
16 run_cmake(EscapeQuotes)