diff options
-rwxr-xr-x | check.py | 3 | ||||
m--------- | test/spec | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |