File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1140,6 +1140,8 @@ def main():
1140
1140
if args .platform == "pyboard" :
1141
1141
# run pyboard tests
1142
1142
test_dirs += ("float" , "stress" , "inlineasm" , "ports/stm32" )
1143
+ elif args .platform == "mimxrt" :
1144
+ test_dirs += ("float" , "stress" , "inlineasm" )
1143
1145
elif args .platform == "renesas-ra" :
1144
1146
test_dirs += ("float" , "inlineasm" , "ports/renesas-ra" )
1145
1147
elif args .platform == "rp2" :
@@ -1148,7 +1150,7 @@ def main():
1148
1150
test_dirs += ("inlineasm" ,)
1149
1151
elif args .platform == "esp32" :
1150
1152
test_dirs += ("float" , "stress" , "thread" )
1151
- elif args .platform in ("esp8266" , "minimal" , "nrf" ):
1153
+ elif args .platform in ("esp8266" , "minimal" , "samd" , " nrf" ):
1152
1154
test_dirs += ("float" ,)
1153
1155
elif args .platform == "WiPy" :
1154
1156
# run WiPy tests
You can’t perform that action at this time.
0 commit comments