diff --git a/.murdock b/.murdock index 9da0565efa..98cc39cac6 100755 --- a/.murdock +++ b/.murdock @@ -22,9 +22,9 @@ tests/driver_mag3110 tests/driver_mhz19 tests/driver_mma7660 tests/driver_motor_driver tests/driver_mpl3115a2 tests/driver_mpu9x50 tests/driver_mq3 tests/driver_my9221 tests/driver_nvram_spi tests/mtd_flashpage tests/mtd_mapper tests/driver_o* tests/driver_p* tests/driver_q* -tests/driver_r*"} +tests/driver_r* tests/driver_t* tests/driver_u* tests/driver_v*"} : ${TEST_KCONFIG_native:="examples/hello-world tests/periph_* -tests/xtimer_* tests/ztimer_*"} +tests/xtimer_* tests/ztimer_* tests/driver_ws281x"} export RIOT_CI_BUILD=1 export CC_NOCOLOR=1 diff --git a/tests/driver_tcs37727/app.config.test b/tests/driver_tcs37727/app.config.test new file mode 100644 index 0000000000..36723a4f97 --- /dev/null +++ b/tests/driver_tcs37727/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TCS37727=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_tmp00x/app.config.test b/tests/driver_tmp00x/app.config.test new file mode 100644 index 0000000000..c80016ae6b --- /dev/null +++ b/tests/driver_tmp00x/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TMP006=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_tps6274x/app.config.test b/tests/driver_tps6274x/app.config.test new file mode 100644 index 0000000000..3864d97923 --- /dev/null +++ b/tests/driver_tps6274x/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TPS6274X=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_tsl2561/app.config.test b/tests/driver_tsl2561/app.config.test new file mode 100644 index 0000000000..908d3b509d --- /dev/null +++ b/tests/driver_tsl2561/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TSL2561=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_tsl4531x/app.config.test b/tests/driver_tsl4531x/app.config.test new file mode 100644 index 0000000000..308095ff9e --- /dev/null +++ b/tests/driver_tsl4531x/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TSL4531X=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_vcnl40x0/app.config.test b/tests/driver_vcnl40x0/app.config.test new file mode 100644 index 0000000000..f0739544d2 --- /dev/null +++ b/tests/driver_vcnl40x0/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_VCNL4010=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_veml6070/app.config.test b/tests/driver_veml6070/app.config.test new file mode 100644 index 0000000000..51f9bf4d39 --- /dev/null +++ b/tests/driver_veml6070/app.config.test @@ -0,0 +1,4 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_VEML6070=y +CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_ws281x/app.config.test b/tests/driver_ws281x/app.config.test new file mode 100644 index 0000000000..c39ee2382a --- /dev/null +++ b/tests/driver_ws281x/app.config.test @@ -0,0 +1,3 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_WS281X=y