diff options
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ 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 = [os.path.join('spec', t + '.wast') for t in ['address']] + spec_tests = [os.path.join('spec', t + '.wast') for t in ['address', 'conversions']] else: spec_tests = requested[:] |