diff options
author | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
commit | 5c1f4da83d1142e52b361e8f59dd68ea5728e843 (patch) | |
tree | bf0266562e08dcb357ad2b46cb5e34089c45812a /Tests/RunCMake/VSSolution/Override2-check.cmake | |
parent | 9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff) | |
download | CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.zip CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.gz CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.bz2 |
Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}
The test will be suitable for covering other `.sln` content too.
Diffstat (limited to 'Tests/RunCMake/VSSolution/Override2-check.cmake')
-rw-r--r-- | Tests/RunCMake/VSSolution/Override2-check.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/VSSolution/Override2-check.cmake b/Tests/RunCMake/VSSolution/Override2-check.cmake new file mode 100644 index 0000000..d9656e1 --- /dev/null +++ b/Tests/RunCMake/VSSolution/Override2-check.cmake @@ -0,0 +1,4 @@ +parseGlobalSections(pre post Override2) +testGlobalSection(pre TestSec Key2=Value2 Key3=Value3) +testGlobalSection(post ExtensibilityGlobals) +testGlobalSection(post ExtensibilityAddIns Key1=Value1) |