| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* parent-scope-tests:
test: add a test for PARENT_SCOPE with multiple scopes
test: add test for PARENT_SCOPE behavior
Conflicts:
Tests/RunCMake/set/RunCMakeTest.cmake
|
| |
| |
| |
| | |
See the comment in the test for what is being tested here.
|
| |
| |
| |
| | |
Test code courtesy of Alex Merry <alex.merry@kde.org>.
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
|
Create a RunCMake.set test to cover set() command cases, starting with
PARENT_SCOPE.
|