From 8839251f5148bcaff3b9b784afdf8937d2ba032e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 5 Nov 2015 09:59:35 -0800 Subject: start to test spec tests --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index f68489f7b..3ec0d6544 100755 --- a/check.py +++ b/check.py @@ -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[:] -- cgit v1.2.3