diff options
author | Brad King <brad.king@kitware.com> | 2015-06-16 18:59:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-18 12:59:24 (GMT) |
commit | 5f30f1754ac9a701cbd311bab86250dd237d86fd (patch) | |
tree | fffb8200251e5ecf6eaa1e7113ae0971a1a9d3c4 /Tests/RunCMake/CMakeLists.txt | |
parent | 1199ebf1c53f7f591e412617afdaaf4ccd5bc0ff (diff) | |
download | CMake-5f30f1754ac9a701cbd311bab86250dd237d86fd.zip CMake-5f30f1754ac9a701cbd311bab86250dd237d86fd.tar.gz CMake-5f30f1754ac9a701cbd311bab86250dd237d86fd.tar.bz2 |
GNUInstallDirs: Add test cases
Add a RunCMake.GNUInstallDirs test with cases covering various install
prefixes. Hard-code the architecture information. Tolerate all
platform-specific LIBDIR values.
Currently the root prefix is not handled well, but verify the current
behavior in the test anyway. This can be addressed with a future
change.
Inspired-by: Alex Turbov <i.zaufi@gmail.com>
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 592b5e4..1501792 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -95,6 +95,7 @@ add_RunCMake_test(FPHSA) add_RunCMake_test(GeneratorExpression) add_RunCMake_test(GeneratorPlatform) add_RunCMake_test(GeneratorToolset) +add_RunCMake_test(GNUInstallDirs) add_RunCMake_test(TargetPropertyGeneratorExpressions) add_RunCMake_test(Languages) add_RunCMake_test(ObjectLibrary) |