aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-29 14:49:41 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:20 -0800
commitdf5d5b01426005ef577f5e7ddd9754804e53613c (patch)
tree384fbcd54ef392fb66a5b1bd392e1dd141d078ab
parent3e11d1aab0c61af314c150176e24809aafc4b6e5 (diff)
add asm2 test suite
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 163779d5..9fe3214b 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7490,6 +7490,7 @@ TT = %s
# asm.js
exec('asm = make_run("asm", compiler=CLANG, emcc_args=["-O0", "--closure", "0", "-s", "ASM_JS=1"])')
+ exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "--closure", "0", "-s", "ASM_JS=1"])')
# Make custom runs with various options
for compiler, quantum, embetter, typed_arrays, llvm_opts in [