summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-15 14:26:13 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-15 14:27:01 -0800
commit7df1e482dcdc2305767ab483406a60490fe98555 (patch)
tree2306b1f327cdaa737d82fe4c253722bcf5b436ba /check.py
parent5cced1f88657b628f55cc48c486f85f772001472 (diff)
downloadbinaryen-7df1e482dcdc2305767ab483406a60490fe98555.tar.gz
binaryen-7df1e482dcdc2305767ab483406a60490fe98555.tar.bz2
binaryen-7df1e482dcdc2305767ab483406a60490fe98555.zip
add another wasm-backend 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 78dbb1751..4988dd804 100755
--- a/check.py
+++ b/check.py
@@ -285,7 +285,7 @@ if has_emcc:
print '\n[ checking emcc WASM_BACKEND testcases... ]\n'
- for c in ['hello_world.cpp']:
+ for c in ['hello_world.cpp', 'hello_num.cpp']:
print '..', c
base = c.replace('.cpp', '').replace('.c', '')
expected = open(os.path.join('test', 'wasm_backend', base + '.txt')).read()