diff options
Diffstat (limited to 'tests/run-tests.py')
| -rwxr-xr-x | tests/run-tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index a6caff7bb..e80d5b463 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1121,7 +1121,9 @@ the last matching regex is used: test_dirs += ("float", "inlineasm", "ports/renesas-ra") elif args.target == "rp2": test_dirs += ("float", "stress", "inlineasm", "thread", "ports/rp2") - elif args.target in ("esp8266", "esp32", "minimal", "nrf"): + elif args.target == "esp32": + test_dirs += ("float", "thread") + elif args.target in ("esp8266", "minimal", "nrf"): test_dirs += ("float",) elif args.target == "wipy": # run WiPy tests |
