diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-15 14:26:13 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-15 14:27:01 -0800 |
commit | 7df1e482dcdc2305767ab483406a60490fe98555 (patch) | |
tree | 2306b1f327cdaa737d82fe4c253722bcf5b436ba /check.py | |
parent | 5cced1f88657b628f55cc48c486f85f772001472 (diff) | |
download | binaryen-7df1e482dcdc2305767ab483406a60490fe98555.tar.gz binaryen-7df1e482dcdc2305767ab483406a60490fe98555.tar.bz2 binaryen-7df1e482dcdc2305767ab483406a60490fe98555.zip |
add another wasm-backend testcase
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |