1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

.murdock: fix path to test applications

This commit is contained in:
Alexandre Abadie 2023-05-13 18:37:02 +02:00
parent 984dba7564
commit 699568f6f6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -111,8 +111,8 @@ z1
"} "}
: ${TEST_KCONFIG_ENFORCE_APP_GROUPS:=" : ${TEST_KCONFIG_ENFORCE_APP_GROUPS:="
tests/cb_mux* examples/hello-world
tests/congure_* tests/build_system/external_board_dirs
tests/drivers/b* tests/drivers/b*
tests/drivers/f* tests/drivers/f*
tests/drivers/g* tests/drivers/g*
@ -128,16 +128,16 @@ tests/drivers/s*
tests/drivers/t* tests/drivers/t*
tests/drivers/u* tests/drivers/u*
tests/drivers/v* tests/drivers/v*
tests/build_system/external_board_dirs tests/net/ieee802154_hal
tests/periph/* tests/periph/*
tests/pkg/elk tests/pkg/elk
tests/pkg/uzlib tests/pkg/uzlib
tests/prng_* tests/sys/cb_mux*
tests/trace tests/sys/congure_*
tests/xtimer_* tests/sys/prng_*
tests/ztimer_* tests/sys/trace
examples/hello-world tests/sys/xtimer_*
tests/ieee802154_hal tests/sys/ztimer_*
"} "}
# This list prevents boards from being tested by the TEST_KCONFIG_TEST_ALLOWLIST # This list prevents boards from being tested by the TEST_KCONFIG_TEST_ALLOWLIST
@ -155,8 +155,8 @@ tests/ieee802154_hal
# the kconfig implementations. # the kconfig implementations.
: ${TEST_KCONFIG_TEST_ALLOWLIST:=" : ${TEST_KCONFIG_TEST_ALLOWLIST:="
examples/hello-world examples/hello-world
tests/saul tests/drivers/saul
tests/mtd_mapper tests/drivers/mtd_mapper
"} "}
: ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/drivers/at86rf2xx_aes"} : ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/drivers/at86rf2xx_aes"}