-
- Downloads
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>
Showing
- Tests/RunCMake/CMakeLists.txt 1 addition, 0 deletionsTests/RunCMake/CMakeLists.txt
- Tests/RunCMake/GNUInstallDirs/CMakeLists.txt 3 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/CMakeLists.txt
- Tests/RunCMake/GNUInstallDirs/Common.cmake 28 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Common.cmake
- Tests/RunCMake/GNUInstallDirs/Opt-stderr.txt 28 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Opt-stderr.txt
- Tests/RunCMake/GNUInstallDirs/Opt.cmake 2 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Opt.cmake
- Tests/RunCMake/GNUInstallDirs/Root-stderr.txt 28 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Root-stderr.txt
- Tests/RunCMake/GNUInstallDirs/Root.cmake 2 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Root.cmake
- Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake 6 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
- Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt 28 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Usr-stderr.txt
- Tests/RunCMake/GNUInstallDirs/Usr.cmake 2 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/Usr.cmake
- Tests/RunCMake/GNUInstallDirs/UsrLocal-stderr.txt 28 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/UsrLocal-stderr.txt
- Tests/RunCMake/GNUInstallDirs/UsrLocal.cmake 2 additions, 0 deletionsTests/RunCMake/GNUInstallDirs/UsrLocal.cmake
Tests/RunCMake/GNUInstallDirs/CMakeLists.txt
0 → 100644
Tests/RunCMake/GNUInstallDirs/Common.cmake
0 → 100644
Tests/RunCMake/GNUInstallDirs/Opt-stderr.txt
0 → 100644
Tests/RunCMake/GNUInstallDirs/Opt.cmake
0 → 100644
Tests/RunCMake/GNUInstallDirs/Root.cmake
0 → 100644
Tests/RunCMake/GNUInstallDirs/Usr-stderr.txt
0 → 100644
Tests/RunCMake/GNUInstallDirs/Usr.cmake
0 → 100644
Tests/RunCMake/GNUInstallDirs/UsrLocal.cmake
0 → 100644
Please register or sign in to comment