aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-08-09 13:34:58 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-08-12 10:40:09 -0700
commit25e32b56fb691b38f9ef7996f1034869c251f7ab (patch)
tree0563b819be471a0070a997aefcc660e4e40d712f /run_project_tests.py
parent0ab3d97566e8876532ecaf31b948a9ae3337b564 (diff)
downloadmeson-25e32b56fb691b38f9ef7996f1034869c251f7ab.zip
meson-25e32b56fb691b38f9ef7996f1034869c251f7ab.tar.gz
meson-25e32b56fb691b38f9ef7996f1034869c251f7ab.tar.bz2
tests: add wasm to run_project_tests --only
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 88d6a57..2dff885 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -636,6 +636,7 @@ def detect_tests_to_run(only: typing.List[str]) -> typing.List[typing.Tuple[str,
('fpga', 'fpga', shutil.which('yosys') is None),
('frameworks', 'frameworks', False),
('nasm', 'nasm', False),
+ ('wasm', 'wasm', shutil.which('emcc') is None or backend is not Backend.ninja),
]
if only: