1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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`
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 = [