summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 941f38921..21e0267f7 100755
--- a/check.py
+++ b/check.py
@@ -76,7 +76,7 @@ for asm in tests:
print '\n[ checking wasm2asm testcases... ]\n'
-for wasm in ['min.wast', 'hello_world.wast', 'unit.wast']:
+for wasm in ['min.wast', 'hello_world.wast', 'unit.wast', 'emcc_O2_hello_world.wast']:
if wasm.endswith('.wast'):
print '..', wasm
asm = wasm.replace('.wast', '.2asm.js')