diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 17:12:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 17:12:48 -0700 |
commit | 156bd51377b4e5805a5519ffc1dae94f5b8e8325 (patch) | |
tree | 874e26a411a9731009f913ff5d49e9d512447e42 /tests/runner.py | |
parent | b600e299400097ca72a30a2826e53284dd7ddceb (diff) |
add test coverage for not using a memory initialization file
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6d47b59b..47e93baf 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8915,7 +8915,7 @@ TT = %s # asm.js exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1"])') - exec('asm2g = make_run("asm2g", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1", "-g", "-s", "ASSERTIONS=1"])') + exec('asm2g = make_run("asm2g", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1", "-g", "-s", "ASSERTIONS=1", "--memory-init-file", "0"])') # Make custom runs with various options for compiler, quantum, embetter, typed_arrays, llvm_opts in [ |