summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-12 10:21:59 -0500
committerAlon Zakai <alonzakai@gmail.com>2015-12-12 10:21:59 -0500
commit22ec2948019182bb7792e66f38e083bbe5b950ef (patch)
tree4a9db8a30887b41e45dd88459331c6f2b7117cd2 /check.py
parent9918cd1666e5083286d4db6ea96f1d35b6a59a3b (diff)
downloadbinaryen-22ec2948019182bb7792e66f38e083bbe5b950ef.tar.gz
binaryen-22ec2948019182bb7792e66f38e083bbe5b950ef.tar.bz2
binaryen-22ec2948019182bb7792e66f38e083bbe5b950ef.zip
float comparisons and another .s
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 9386e6222..8388d5343 100755
--- a/check.py
+++ b/check.py
@@ -214,7 +214,7 @@ for t in spec_tests:
print '\n[ checking .s testcases... ]\n'
-for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s']:
+for s in ['minimal.s', 'basics.s', 'call.s', 'cfg-stackify.s', 'comparisons_f32.s']:
print '..', s
wasm = s.replace('.s', '.wast')
full = os.path.join('test', 'dot_s', s)