summaryrefslogtreecommitdiff
path: root/test/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests.py')
-rwxr-xr-xtest/run-tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/run-tests.py b/test/run-tests.py
index 1b7c17c5..6e61df1b 100755
--- a/test/run-tests.py
+++ b/test/run-tests.py
@@ -91,6 +91,13 @@ TOOLS = {
'--spec',
'--no-error-cmdline',
])
+ },
+ 'run-gen-wasm': {
+ 'EXE': 'test/run-gen-wasm.py',
+ 'FLAGS': ' '.join([
+ '--wasm-wast-executable=%(wasm-wast)s',
+ '--no-error-cmdline',
+ ])
}
}