diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:23:38 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-12 10:23:38 -0500 |
commit | 79727c13bb60eeb5899c87e7564ba31a844217df (patch) | |
tree | 85285c17449e1df2b2a05a32f55fdd21ef2bb528 /auto_update_tests.py | |
parent | 22ec2948019182bb7792e66f38e083bbe5b950ef (diff) | |
download | binaryen-79727c13bb60eeb5899c87e7564ba31a844217df.tar.gz binaryen-79727c13bb60eeb5899c87e7564ba31a844217df.tar.bz2 binaryen-79727c13bb60eeb5899c87e7564ba31a844217df.zip |
more comparisons .ses
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 9ea22dac7..55fba2044 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']: +for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s', 'comparisons_f32.s', 'comparisons_f64.s', 'comparisons_i32.s', 'comparisons_i64.s']: print '..', s wasm = s.replace('.s', '.wast') full = os.path.join('test', 'dot_s', s) |