diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-11 17:36:46 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-11 17:46:54 -0700 |
commit | 8d53fec332c633f57910a5679ce3ae68f5f35969 (patch) | |
tree | f5975ae25d890890673a1fe6b51e023d23f1beeb /tests/runner.py | |
parent | 753b1f7edafb264b6ad6db97d2f483bc9f5ba7e2 (diff) |
add ASSERTIONS to asm2g, and fix assertions for asm
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 b8b539f7..e5e12b1e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8635,7 +8635,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"])') + exec('asm2g = make_run("asm2g", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=1", "-g", "-s", "ASSERTIONS=1"])') # Make custom runs with various options for compiler, quantum, embetter, typed_arrays, llvm_opts in [ |