From 991970a6295d992c79df04781a920c4345786f80 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 16 Feb 2021 13:41:54 +0100 Subject: [PATCH] murdock: Add pkg_umorse to kconfig test --- .murdock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.murdock b/.murdock index d935f9ec66..49dd297bcd 100755 --- a/.murdock +++ b/.murdock @@ -25,8 +25,8 @@ tests/mtd_mapper tests/driver_o* tests/driver_p* tests/driver_q* tests/driver_r* tests/driver_s* tests/driver_t* tests/driver_u* tests/driver_v*"} : ${TEST_KCONFIG_native:="examples/hello-world tests/periph_* tests/sys_crypto -tests/test_tools tests/prng_* tests/xtimer_* tests/ztimer_* tests/driver_ws281x -tests/posix_sleep"} +tests/prng_* tests/xtimer_* tests/ztimer_* tests/driver_ws281x +tests/posix_sleep tests/pkg_umorse"} : ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/driver_at86rf2xx_aes"}