aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-05 11:21:43 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-05 11:21:43 -0700
commite3a475e335a5629617389d4782bd6044871c9ea7 (patch)
tree7b9165a162d35879f2240943ae4cbecde730e1e5
parent417d47d0482cc63f97c1b5fb95be40e993539b1e (diff)
fix dlfcn_alias
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 3f26dd0f..e56d095f 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2162,7 +2162,7 @@ if 'benchmark' not in str(sys.argv):
self.do_test(src, 'Parent global: 123.*Parent global: 456.*',
output_nicerizer=lambda x: x.replace('\n', '*'),
post_build=add_pre_run_and_checks,
- extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h'])
+ extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/time.h,libc/langinfo.h'])
INCLUDE_FULL_LIBRARY = 0
def test_dlfcn_varargs(self):