diff options
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-x | tests/run-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index 83af61c83..4f55cdd39 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1142,7 +1142,7 @@ the last matching regex is used: "ports/qemu-arm", ) elif args.target == "webassembly": - test_dirs += ("float",) + test_dirs += ("float", "ports/webassembly") else: # run tests from these directories test_dirs = args.test_dirs |