aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-09 10:04:07 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-09 10:04:07 -0800
commit74a855a0d5a8d1708f47e6531a22ca6ae3f8f76e (patch)
tree33bb840ecd2b819474f394f8e3ef6b46b78816ed /tests
parenta43d5b5a146a4cfc654c2c1dbd05001e58977273 (diff)
improve non-asm parsing of generated functions area to be identical in EMCC_DEBUG=1 and 2
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 91260177..02558650 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7311,6 +7311,8 @@ def process(filename):
return output
+ self.emcc_args += ['--minify', '0'] # to compare the versions
+
def do_test():
self.do_run(open(path_from_root('tests', 'openjpeg', 'codec', 'j2k_to_image.c'), 'r').read(),
'Successfully generated', # The real test for valid output is in image_compare