Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Shorten RunCMake.CrosscompilingEmulator executable names | Brad King | 2024-01-27 | 1 | -5/+2 |
| | | | | Also switch to pure C. | ||||
* | Tests: Improve source file name in RunCMake.CrosscompilingEmulator | Jean-Christophe Fillion-Robin | 2016-05-03 | 1 | -2/+4 |
| | | | | | The test executable returns with an error, so indicate this in the source name. | ||||
* | Tests: Cover genex behavior in CROSSCOMPILING_EMULATOR test case | Jean-Christophe Fillion-Robin | 2016-05-03 | 1 | -0/+3 |
A `$<TARGET_FILE:tgt>` generator expression does not cause insertion of the emulator. Add a test covering this. While at it, extend the test case to cover executables in a subdirectory. Also make the test matching expressions more robust to support multiple add_test calls without mixing them while matching. |