diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-09-08 16:45:07 +0100 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-09-09 15:06:02 +0100 |
| commit | 461c14b8b77abe3ef4802880c2b736ea2419961f (patch) | |
| tree | c9cde4160fb800ff3ae4d054a37f67c3ab7da687 /test cases | |
| parent | d712c86a623ed11d7c2918d8161fdf76ff4586f2 (diff) | |
| download | meson-461c14b8b77abe3ef4802880c2b736ea2419961f.tar.gz | |
Add a test of add_languages(native:) introspection
If the meson.build doesn't use a native compiler, the native compiler
options (e.g. 'c_args') shouldn't be present in the output of 'meson
introspect --buildoptions'.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/unit/83 cross only introspect/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/unit/83 cross only introspect/meson.build b/test cases/unit/83 cross only introspect/meson.build new file mode 100644 index 000000000..ed25441bf --- /dev/null +++ b/test cases/unit/83 cross only introspect/meson.build @@ -0,0 +1,2 @@ +project('cross only introspect') +add_languages('c', native: false) |
