summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-16 18:59:51 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-18 12:59:24 (GMT)
commit5f30f1754ac9a701cbd311bab86250dd237d86fd (patch)
treefffb8200251e5ecf6eaa1e7113ae0971a1a9d3c4 /Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt
parent1199ebf1c53f7f591e412617afdaaf4ccd5bc0ff (diff)
downloadCMake-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/GNUInstallDirs/Usr-stderr.txt')
-rw-r--r--Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt b/Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt
new file mode 100644
index 0000000..d857720
--- /dev/null
+++ b/Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt
@@ -0,0 +1,28 @@
+^CMAKE_INSTALL_BINDIR='bin'
+CMAKE_INSTALL_DATADIR='share'
+CMAKE_INSTALL_DATAROOTDIR='share'
+CMAKE_INSTALL_DOCDIR='share/doc/Usr'
+CMAKE_INSTALL_INCLUDEDIR='include'
+CMAKE_INSTALL_INFODIR='share/info'
+CMAKE_INSTALL_LIBDIR='(lib|lib64|lib/arch)'
+CMAKE_INSTALL_LIBEXECDIR='libexec'
+CMAKE_INSTALL_LOCALEDIR='share/locale'
+CMAKE_INSTALL_LOCALSTATEDIR='var'
+CMAKE_INSTALL_MANDIR='share/man'
+CMAKE_INSTALL_SBINDIR='sbin'
+CMAKE_INSTALL_SHAREDSTATEDIR='com'
+CMAKE_INSTALL_SYSCONFDIR='etc'
+CMAKE_INSTALL_FULL_BINDIR='/usr/bin'
+CMAKE_INSTALL_FULL_DATADIR='/usr/share'
+CMAKE_INSTALL_FULL_DATAROOTDIR='/usr/share'
+CMAKE_INSTALL_FULL_DOCDIR='/usr/share/doc/Usr'
+CMAKE_INSTALL_FULL_INCLUDEDIR='/usr/include'
+CMAKE_INSTALL_FULL_INFODIR='/usr/share/info'
+CMAKE_INSTALL_FULL_LIBDIR='/usr/(lib|lib64|lib/arch)'
+CMAKE_INSTALL_FULL_LIBEXECDIR='/usr/libexec'
+CMAKE_INSTALL_FULL_LOCALEDIR='/usr/share/locale'
+CMAKE_INSTALL_FULL_LOCALSTATEDIR='/usr/var'
+CMAKE_INSTALL_FULL_MANDIR='/usr/share/man'
+CMAKE_INSTALL_FULL_SBINDIR='/usr/sbin'
+CMAKE_INSTALL_FULL_SHAREDSTATEDIR='/usr/com'
+CMAKE_INSTALL_FULL_SYSCONFDIR='/usr/etc'$