tests/ports/webassembly: Add webassembly JS tests.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user