diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-11-15 22:47:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 22:47:51 +0200 |
commit | c104251d2ef1ca1c4b8caea52fa6ab2da1dbaefe (patch) | |
tree | 0beb5ebae4bdbaf8e2385f644e7e6a8c406d0213 /run_tests.py | |
parent | 6a2dc7576e00e849510f7bc1f939d66d0b2f6f80 (diff) | |
parent | 0ab27add49cedb6f5985dfba7ba40c8d29ae91dc (diff) | |
download | meson-c104251d2ef1ca1c4b8caea52fa6ab2da1dbaefe.zip meson-c104251d2ef1ca1c4b8caea52fa6ab2da1dbaefe.tar.gz meson-c104251d2ef1ca1c4b8caea52fa6ab2da1dbaefe.tar.bz2 |
Merge pull request #4216 from dcbaker/wip/config-file
native file support
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 3445e30..ebee602 100755 --- a/run_tests.py +++ b/run_tests.py @@ -73,6 +73,7 @@ def get_fake_options(prefix): opts.wrap_mode = None opts.prefix = prefix opts.cmd_line_options = {} + opts.native_file = [] return opts def get_fake_env(sdir, bdir, prefix): |