diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b82cef80..d51ad495 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2165,7 +2165,8 @@ if 'benchmark' not in str(sys.argv): open(filename, 'w').write(src) self.do_test(src, 'Parent global: 123.*Parent global: 456.*', output_nicerizer=lambda x: x.replace('\n', '*'), - post_build=add_pre_run_and_checks) + post_build=add_pre_run_and_checks, + extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h']) INCLUDE_FULL_LIBRARY = 0 def test_dlfcn_varargs(self): |