summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-05 20:23:23 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-05 20:23:23 -0800
commit826fc908280887d57a6e7203c7da8326b9e40ba2 (patch)
treebff802306c7b01ca3fcf186e076b3f6d5d068623 /check.py
parenta858e75a26e387d9d937ad72bc805c2624d61692 (diff)
downloadbinaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.tar.gz
binaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.tar.bz2
binaryen-826fc908280887d57a6e7203c7da8326b9e40ba2.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 df6a7f923..2e5252715 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', 'func_ptrs', 'functions', 'has_feature']]
+ spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness', 'f32_cmp', 'f32', 'f64_cmp', 'f64', 'float_exprs', 'forward', 'func_ptrs', 'functions', 'has_feature', 'i32']]
else:
spec_tests = requested[:]