Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Cover genex behavior in CROSSCOMPILING_EMULATOR test case | Jean-Christophe Fillion-Robin | 2016-05-03 | 1 | -4/+20 |
| | | | | | | | | 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. | ||||
* | TestGenerator: Add CROSSCOMPILING_EMULATOR support. | Matt McCormick | 2015-04-08 | 1 | -0/+12 |
Prefix test commands with the CROSSCOMPILING_EMULATOR property for target executables. This allows test suites to be run on the host when crosscompiling. |