55b2aa884c
The CMakeCommands.build_command test performs output/error checking so move it over to RunCMake to re-use the generalized infrastrucure. This is the only test left using Tests/CMakeCommands/CMakeLists.txt so remove it.
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
CMake Error at CMakeLists.txt:[0-9]+ \(build_command\):
|
|
build_command requires at least one argument naming a CMake variable
|
|
|
|
+
|
|
1. cmd='initial'
|
|
CMake Error at CMakeLists.txt:[0-9]+ \(build_command\):
|
|
build_command unknown argument "BOGUS"
|
|
|
|
+
|
|
2. cmd='initial'
|
|
CMake Error at CMakeLists.txt:[0-9]+ \(build_command\):
|
|
build_command unknown argument "STUFF"
|