mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 10:47:59 +08:00

Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
9 lines
173 B
CMake
9 lines
173 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(AppendNoOutput)
|
|
run_cmake(AppendNotOutput)
|
|
run_cmake(BadArgument)
|
|
run_cmake(NoArguments)
|
|
run_cmake(NoOutputOrTarget)
|
|
run_cmake(OutputAndTarget)
|