Skip to content

Commit 85053ad

Browse files
committed
tests/run-tests.py: Add mimxrt and samd platforms.
Signed-off-by: Damien George <[email protected]>
1 parent 8978102 commit 85053ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/run-tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,8 @@ def main():
11401140
if args.platform == "pyboard":
11411141
# run pyboard tests
11421142
test_dirs += ("float", "stress", "inlineasm", "ports/stm32")
1143+
elif args.platform == "mimxrt":
1144+
test_dirs += ("float", "stress", "inlineasm")
11431145
elif args.platform == "renesas-ra":
11441146
test_dirs += ("float", "inlineasm", "ports/renesas-ra")
11451147
elif args.platform == "rp2":
@@ -1148,7 +1150,7 @@ def main():
11481150
test_dirs += ("inlineasm",)
11491151
elif args.platform == "esp32":
11501152
test_dirs += ("float", "stress", "thread")
1151-
elif args.platform in ("esp8266", "minimal", "nrf"):
1153+
elif args.platform in ("esp8266", "minimal", "samd", "nrf"):
11521154
test_dirs += ("float",)
11531155
elif args.platform == "WiPy":
11541156
# run WiPy tests

0 commit comments

Comments
 (0)