diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-05 17:43:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-05 17:43:16 -0700 |
commit | c1e71dc914163cf19f05082cc1608b098fd849f4 (patch) | |
tree | 893b8c428c522484c71d2a6817064d46da6f6e8b | |
parent | 0c35d1260b874aba4e3425be824a10f73cb935bc (diff) |
fix test_fs_base
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 96895d88..380377d4 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2742,7 +2742,7 @@ if 'benchmark' not in str(sys.argv): open(filename, 'w').write(src) src = 'int main() {return 0;}\n' expected = open(path_from_root('tests', 'filesystem', 'output.txt'), 'r').read() - self.do_test(src, expected, post_build=addJS, extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h']) + self.do_test(src, expected, post_build=addJS, extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/langinfo.h,libc/time.h']) finally: INCLUDE_FULL_LIBRARY = 0 |