From 25e32b56fb691b38f9ef7996f1034869c251f7ab Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 9 Aug 2019 13:34:58 -0700 Subject: tests: add wasm to run_project_tests --only --- run_project_tests.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.1