aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 72244359..0a1e2fba 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1686,7 +1686,9 @@ if 'benchmark' not in str(sys.argv):
if USE_TYPED_ARRAYS == 2: return self.skip('Typed arrays = 2 truncate i64s')
src = open(path_from_root('tests', 'time', 'src.c'), 'r').read()
expected = open(path_from_root('tests', 'time', 'output.txt'), 'r').read()
- self.do_test(src, expected, extra_emscripten_args=['-H', 'libc/time.h'])
+ self.do_test(src, expected,
+ extra_emscripten_args=['-H', 'libc/time.h'])
+ #extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/langinfo.h,libc/time.h'])
def test_statics(self):
# static initializers save i16 but load i8 for some reason