This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2025-01-02 00:39:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ab65862417
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-09 21:47:19 +00: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-12 22:07:52 +00:00
include
(
ErrorsCommon.cmake
)
Reference in New Issue
Copy Permalink