aboutsummaryrefslogtreecommitdiff
path: root/test cases/native
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10Split tests out from 'common' which require a native compilerJon Turney43-0/+666
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.