summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-04 21:52:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-04 21:52:59 -0800
commite72f45c46d7f0416dda883c9ba35cd3f62feb7be (patch)
treeedcf9294928aca167ebe276aa34cfc0167ee949a /check.py
parent23f28802796080813f0e806248a91a9ad5fc6275 (diff)
downloadbinaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.tar.gz
binaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.tar.bz2
binaryen-e72f45c46d7f0416dda883c9ba35cd3f62feb7be.zip
add another wasm2asm testcase
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 a0517aff5..38db9d7c4 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']:
+for wasm in ['min.wast', 'hello_world.wast']:
if wasm.endswith('.wast'):
print '..', wasm
asm = wasm.replace('.wast', '.wasm2asm.js')