From c4fb7473071da6b26e2d1f3f32101e77e8aed26f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 4 Nov 2015 19:39:02 -0800 Subject: add first passing spec test --- check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check.py') 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[:] -- cgit v1.2.3