diff --git a/dist/tools/compile_test/compile_like_murdock.py b/dist/tools/compile_test/compile_like_murdock.py index 727e17feaa..b8091d7dcf 100755 --- a/dist/tools/compile_test/compile_like_murdock.py +++ b/dist/tools/compile_test/compile_like_murdock.py @@ -28,7 +28,7 @@ The following use cases are: `./compile_like_murdock.py -c stm32` I changed a driver the DHT driver - `./compile_like_murdock.py -a tests/drivers/dht tests/saul` + `./compile_like_murdock.py -a tests/drivers/dht tests/drivers/saul` I changed a nucleo-f103rb board... `./compile_like_murdock.py -a all -b nucleo-f103rb` @@ -50,10 +50,10 @@ _RATIOS = [ DEFAULT_APPS = [ "examples/hello-world", + "tests/drivers/mtd_mapper", + "tests/drivers/saul", "tests/pkg/tinyusb_cdc_msc", - "tests/mtd_mapper", "tests/sys/shell/", - "tests/saul" ] DEFAULT_BOARDS = [