From eddea1fef9822b9444bc2e24c56ffdee1e05093e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 5 Nov 2015 11:54:54 -0800 Subject: endianness test passes --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index c428ec5ea..735ba01c7 100755 --- a/check.py +++ b/check.py @@ -82,7 +82,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')))] # 'address' : filed issue, test looks invalid - spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions']] + spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions', 'endianness']] else: spec_tests = requested[:] -- cgit v1.2.3