diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 12:28:21 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 12:28:21 +0200 |
commit | 53ee0dca393f6b7c4c0811a4a5b97e56f44083ce (patch) | |
tree | aa758aa16dd36ed5c28928aabad6de1dcad03dbe /tests | |
parent | 16fcbd5c4247c14beeb8d0447ac84666ac8e65f6 (diff) |
fix typo in library; fixes dlfcn tests
Diffstat (limited to 'tests')
-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): |