summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-05 17:40:35 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-05 17:40:35 -0800
commited491cb6677b1f992beae3c8935855aa8f05fb5d (patch)
treec882d81a77e84f8c0e9a7f584ba9861f5690c16f /check.py
parent8e379d5409507acc75c3c2b1bdf6291297bfdbee (diff)
downloadbinaryen-ed491cb6677b1f992beae3c8935855aa8f05fb5d.tar.gz
binaryen-ed491cb6677b1f992beae3c8935855aa8f05fb5d.tar.bz2
binaryen-ed491cb6677b1f992beae3c8935855aa8f05fb5d.zip
add test
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 72a27ea3b..c4dbd9429 100755
--- a/check.py
+++ b/check.py
@@ -83,7 +83,7 @@ if len(requested) == 0:
#spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))]
# 'address' : filed issue, test looks invalid
# 'exports' : has a "return" https://github.com/WebAssembly/spec/issues/164
- spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward']]
+ spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward', 'func_ptrs']]
else:
spec_tests = requested[:]