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():
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
You can’t perform that action at this time.
0 commit comments