summaryrefslogtreecommitdiff
path: root/test/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-xtest/run-tests.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/run-tests.py b/test/run-tests.py
index 630f3fe0..136ebeaf 100755
--- a/test/run-tests.py
+++ b/test/run-tests.py
@@ -141,8 +141,22 @@ TOOLS = {
],
'VERBOSE-FLAGS': ['--print-cmd', '-v']
},
+ 'run-spec-wasm2c': {
+ 'EXE': 'test/run-spec-wasm2c.py',
+ 'FLAGS': [
+ '--bindir=%(bindir)s',
+ '--no-error-cmdline',
+ '-o',
+ '%(out_dir)s',
+ ],
+ 'VERBOSE-FLAGS': ['--print-cmd', '-v']
+ }
}
+# TODO(binji): Add Windows support for compiling using run-spec-wasm2c.py
+if IS_WINDOWS:
+ TOOLS['run-spec-wasm2c']['SKIP'] = ''
+
ROUNDTRIP_TOOLS = ('wat2wasm',)