tests/ports/webassembly: Add webassembly JS tests.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-02-01 17:43:25 +11:00
parent e41b571a29
commit c1513a078d
43 changed files with 757 additions and 1 deletions

View File

@@ -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