Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix RunCMake.GNUInstallDirs on BSD platforms | Brad King | 2017-06-02 | 1 | -3/+0 |
| | | | | | | | The `GNUInstallDirs` module has different defaults on BSD platforms. Update the test expected output to account for the difference. Fixes: #16887 | ||||
* | GNUInstallDirs: Add RUNSTATEDIR variable | Felix Geyer | 2017-04-20 | 1 | -0/+1 |
| | |||||
* | GNUInstallDirs: Add test cases | Brad King | 2015-06-18 | 1 | -0/+28 |
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> |