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
6f578ee3ad
CMake
/
Tests
/
RunCMake
/
set
/
RunCMakeTest.cmake
6 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
set: Add unit tests for set/unset PARENT_SCOPE Create a RunCMake.set test to cover set() command cases, starting with PARENT_SCOPE.
2013-11-13 12:18:18 +04:00
include
(
RunCMake
)
RunCMake: Allow specifying the source dir and file to test. This will allow decoupling the name of the test from the name and location of the source file under test, which means one source file can be used for multiple tests. Rename the PARENT_SCOPE test in RunCMake.set to not use a keyword of the if() command as a file name. As the filename is now used with an if condition, this causes a conflict.
2014-04-07 01:53:52 +04:00
run_cmake
(
ParentScope
)
test: add test for PARENT_SCOPE behavior Test code courtesy of Alex Merry <alex.merry@kde.org>.
2014-10-24 18:47:36 +04:00
run_cmake
(
ParentPulling
)
test: add a test for PARENT_SCOPE with multiple scopes See the comment in the test for what is being tested here.
2014-10-24 20:37:29 +04:00
run_cmake
(
ParentPullingRecursive
)