1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00

compile_like_murdock.py: fix path to test applications

This commit is contained in:
Alexandre Abadie 2023-05-13 18:45:55 +02:00
parent b2717720bf
commit 023e676a1a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -28,7 +28,7 @@ The following use cases are:
`./compile_like_murdock.py -c stm32` `./compile_like_murdock.py -c stm32`
I changed a driver the DHT driver 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... I changed a nucleo-f103rb board...
`./compile_like_murdock.py -a all -b nucleo-f103rb` `./compile_like_murdock.py -a all -b nucleo-f103rb`
@ -50,10 +50,10 @@ _RATIOS = [
DEFAULT_APPS = [ DEFAULT_APPS = [
"examples/hello-world", "examples/hello-world",
"tests/drivers/mtd_mapper",
"tests/drivers/saul",
"tests/pkg/tinyusb_cdc_msc", "tests/pkg/tinyusb_cdc_msc",
"tests/mtd_mapper",
"tests/sys/shell/", "tests/sys/shell/",
"tests/saul"
] ]
DEFAULT_BOARDS = [ DEFAULT_BOARDS = [