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:
parent
b2717720bf
commit
023e676a1a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user