summaryrefslogtreecommitdiff
path: root/test cases/native
AgeCommit message (Collapse)Author
2025-05-22support .version() for overridden executablesFlorian "sp1rit"​
Also ensure that .get_version() can be called on the output of _find_tool by the modules (kind of required for #14422).
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger
2020-11-03Condense test directory names again.Jussi Pakkanen
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
Split out tests (and parts of tests) which require a native compiler from the 'common' suite to a new suite called 'native', so we can selectively avoid running those tests when only a cross-compiler is available. Also move test '211 cmake module' to 'cmake' suite, since it appears that the way we use cmake requires a native compiler.