summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS
Commit message (Collapse)AuthorAgeFilesLines
* Add test for the new TARGET_RUNTIME_DLL_PATHS genexAlexander Neundorf2023-02-261-1/+12
| | | | | | For one of the shared libraries the RUNTIME_OUTPUT_PATH is set to a subdir and the test is supposed to check that those directories appear in TARGET_RUNTIME_DLL_PATHS genex
* TARGET_RUNTIME_DLLS: minor refactoring of shared-check.cmakeAlexander Neundorf2023-02-261-6/+6
| | | | | Renamed variables and text which mentions dlls to items, since we can use this check also for testing the directories.
* TARGET_RUNTIME_DLLS: fix test for this genexAlexander Neundorf2023-02-221-0/+0
| | | | | | In a95cbf38 multiple files were renamed, and check.cmake slipped through, and the test did actually not work correctly since then. This patch renames check.cmake to its correct name shared-check.cmake.
* Tests: Shorten RunCMake.GenEx-* case namesBrad King2021-06-2513-8/+8
| | | | Reduce the length of the longest path on disk needed by the tests.
* Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-2419-0/+139
Co-Authored-by: Brad King <brad.king@kitware.com>