This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c4e672358c
CMake
/
Tests
/
RunCMake
/
build_command
/
ErrorsON.cmake
3 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
Use generalized RunCMake test infrastrucure for build_command test 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.
2012-03-10 01:47:19 +04:00
set
(
TEST_ERROR_CONDITIONS
ON
)
Refactor RunCMake.build_command test to allow more cases Move the ErrorsOFF/ON common logic from CMakeLists.txt into an ErrorsCommon file to allow other test cases to be added that do not use the Errors test logic.
2013-03-13 02:07:52 +04:00
include
(
ErrorsCommon.cmake
)