aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/93 selfbuilt custom/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10Split tests out from 'common' which require a native compilerJon Turney1-39/+0
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.
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-1/+1
The implementation of this function has changed enough that the name doesn't really reflect what it actually does. It basically returns true unless you're cross compiling, need and exe_wrapper, and don't have one. The original function remains but is marked as deprecated. This makes one small change the meson source language, which is that it defines that can_run_host_binaries will return true in build == host compilation, which was the behavior that already existed. Previously this was undefined in build == host compilation.
2020-04-17tests/common/93: Fix cross building when no exe_wrapper is availableDylan Baker1-1/+13
By building the generator for the build machine always, and only for the host machine if an exe_wrapper is available. This makes sense to me as generally you are going to build the generator for the build machine, not the host machine, but testing on the host machine makes sense too.
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau1-0/+11
2019-08-03Condense test directory names.Jussi Pakkanen1-0/+16