aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-06 10:27:55 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-06 10:27:55 -0700
commite1d3e13791af1c076d0a0ee5e6a66a1c93858ffc (patch)
tree81f6688999a0ef8d357e3d463588e772e21c8f86 /tests/runner.py
parentc78555838110764860ea1684eb8dccc406a4dcb0 (diff)
bundle latest cDefines
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