summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py3
m---------test/spec0
2 files changed, 2 insertions, 1 deletions
diff --git a/check.py b/check.py
index 4ff4430a3..f68489f7b 100755
--- a/check.py
+++ b/check.py
@@ -80,7 +80,8 @@ for t in tests:
print '\n[ checking wasm-shell spec testcases... ]\n'
if len(requested) == 0:
- spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))]
+ #spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))]
+ spec_tests = [os.path.join('spec', t + '.wast') for t in ['address']]
else:
spec_tests = requested[:]
diff --git a/test/spec b/test/spec
-Subproject 6b6b0bfd90a2f2c570b1b5d168af8d6f6352b70
+Subproject 935cf8cbc8a0bc120f79b3f27c524e59ea6cae1