diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 15:57:23 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 15:57:23 +0200 |
commit | c419492d856348a16b08003a094c82caad4433b8 (patch) | |
tree | 44f18a62b272a0d9fabd8eeedad1578bc36366f3 | |
parent | 68f981b12960adb4ebcae263d7877226fd744fca (diff) |
fix 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 d51ad495..f6d29e2a 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2745,7 +2745,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) + self.do_test(src, expected, post_build=addJS, extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h']) finally: INCLUDE_FULL_LIBRARY = 0 |