diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:37:08 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:37:08 -0500 |
commit | 082b484ed36bbab55e22898bd268ba961df2f213 (patch) | |
tree | 139c8a282dd7f77522f75b9ae2180738b64c095a /auto_update_tests.py | |
parent | efbc76812555d28241ae7fc7687a0ae4e588006a (diff) | |
download | binaryen-082b484ed36bbab55e22898bd268ba961df2f213.tar.gz binaryen-082b484ed36bbab55e22898bd268ba961df2f213.tar.bz2 binaryen-082b484ed36bbab55e22898bd268ba961df2f213.zip |
many more ops in s2wasm
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py index 55fba2044..b51be1b8b 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -32,7 +32,7 @@ for t in sorted(os.listdir('test')): open(t, 'w').write(actual) -for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s', 'comparisons_f32.s', 'comparisons_f64.s', 'comparisons_i32.s', 'comparisons_i64.s']: +for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s', 'comparisons_f32.s', 'comparisons_f64.s', 'comparisons_i32.s', 'comparisons_i64.s', 'conv.s']: print '..', s wasm = s.replace('.s', '.wast') full = os.path.join('test', 'dot_s', s) |