From d2ca66e476db4144732415e960feedd22bd14c7c Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 20 Jan 2021 17:35:01 +0100 Subject: [PATCH] tests: add common Kconfig configuration for sync --- tests/Makefile.tests_common | 4 ++++ tests/driver_apds99xx/app.config.test | 1 - tests/driver_apds99xx_full/app.config.test | 1 - tests/driver_bme680/app.config.test | 1 - tests/driver_ds1307/app.config.test | 1 - tests/driver_ds3231/app.config.test | 1 - tests/driver_grove_ledbar/app.config.test | 1 - tests/driver_hd44780/app.config.test | 1 - tests/driver_my9221/app.config.test | 1 - tests/mtd_flashpage/app.config.test | 1 - tests/mtd_mapper/app.config.test | 1 - tests/periph_cpuid/app.config.test | 1 - tests/periph_dma/app.config.test | 1 - tests/periph_eeprom/app.config.test | 1 - tests/periph_flashpage/app.config.test | 1 - tests/periph_gpio/app.config.test | 1 - tests/periph_hwrng/app.config.test | 1 - tests/periph_rtc/app.config.test | 1 - tests/periph_rtt/app.config.test | 1 - tests/periph_rtt_min/app.config.test | 1 - tests/periph_timer/app.config.test | 1 - tests/periph_timer_periodic/app.config.test | 1 - tests/periph_timer_short_relative_set/app.config.test | 1 - tests/periph_uart_nonblocking/app.config.test | 1 - tests/periph_wdt/app.config.test | 1 - tests/test_interactive.config | 1 + tests/xtimer_hang/app.config.test | 2 -- tests/xtimer_msg/app.config.test | 2 -- tests/xtimer_msg_receive_timeout/app.config.test | 2 -- tests/xtimer_mutex_lock_timeout/app.config.test | 2 -- tests/xtimer_now32_overflow/app.config.test | 2 -- tests/xtimer_now64_continuity/app.config.test | 2 -- tests/xtimer_now_irq/app.config.test | 2 -- tests/xtimer_overhead/app.config.test | 2 -- tests/xtimer_periodic_wakeup/app.config.test | 2 -- tests/xtimer_remove/app.config.test | 2 -- tests/xtimer_reset/app.config.test | 2 -- tests/xtimer_rmutex_lock_timeout/app.config.test | 2 -- tests/xtimer_usleep/app.config.test | 2 -- tests/xtimer_usleep_short/app.config.test | 2 -- tests/ztimer_msg/app.config.test | 2 -- tests/ztimer_mutex_lock_timeout/app.config.test | 2 -- tests/ztimer_overhead/app.config.test | 2 -- tests/ztimer_periodic/app.config.test | 2 -- tests/ztimer_underflow/app.config.test | 2 -- 45 files changed, 5 insertions(+), 62 deletions(-) create mode 100644 tests/test_interactive.config diff --git a/tests/Makefile.tests_common b/tests/Makefile.tests_common index a8f47dd73a..a9a798c3b9 100644 --- a/tests/Makefile.tests_common +++ b/tests/Makefile.tests_common @@ -2,6 +2,10 @@ APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR))) ifneq (,$(wildcard $(CURDIR)/tests/.)) DEFAULT_MODULE += test_utils_interactive_sync + # add interactive test configuration when testing Kconfig + ifeq (1,$(TEST_KCONFIG)) + KCONFIG_ADD_CONFIG += $(RIOTBASE)/tests/test_interactive.config + endif endif ifneq (,$(filter tests_driver_%,$(APPLICATION))) diff --git a/tests/driver_apds99xx/app.config.test b/tests/driver_apds99xx/app.config.test index 7d9b6c8278..1a82cd0183 100644 --- a/tests/driver_apds99xx/app.config.test +++ b/tests/driver_apds99xx/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_APDS9960=y CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_apds99xx_full/app.config.test b/tests/driver_apds99xx_full/app.config.test index 1f5bc62048..94056b8a5f 100644 --- a/tests/driver_apds99xx_full/app.config.test +++ b/tests/driver_apds99xx_full/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_APDS9960=y CONFIG_MODULE_APDS99XX_FULL=y CONFIG_MODULE_CORE_THREAD_FLAGS=y diff --git a/tests/driver_bme680/app.config.test b/tests/driver_bme680/app.config.test index 1143d7bb97..325e73a745 100644 --- a/tests/driver_bme680/app.config.test +++ b/tests/driver_bme680/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_BME680=y CONFIG_MODULE_XTIMER=y diff --git a/tests/driver_ds1307/app.config.test b/tests/driver_ds1307/app.config.test index 6ffc6363e7..1a3a266bf4 100644 --- a/tests/driver_ds1307/app.config.test +++ b/tests/driver_ds1307/app.config.test @@ -3,4 +3,3 @@ CONFIG_MODULE_DS1307=y CONFIG_MODULE_EMBUNIT=y CONFIG_MODULE_XTIMER=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/driver_ds3231/app.config.test b/tests/driver_ds3231/app.config.test index 455bd9ed2f..be49810c81 100644 --- a/tests/driver_ds3231/app.config.test +++ b/tests/driver_ds3231/app.config.test @@ -3,4 +3,3 @@ CONFIG_MODULE_DS3231=y CONFIG_MODULE_SHELL=y CONFIG_MODULE_XTIMER=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/driver_grove_ledbar/app.config.test b/tests/driver_grove_ledbar/app.config.test index ce17a4ad9d..6f5fd02151 100644 --- a/tests/driver_grove_ledbar/app.config.test +++ b/tests/driver_grove_ledbar/app.config.test @@ -5,4 +5,3 @@ CONFIG_MODULE_MY9221=y CONFIG_MODULE_GROVE_LEDBAR=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/driver_hd44780/app.config.test b/tests/driver_hd44780/app.config.test index ea1bdbbe8e..54fafb78ff 100644 --- a/tests/driver_hd44780/app.config.test +++ b/tests/driver_hd44780/app.config.test @@ -1,4 +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_HD44780=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/driver_my9221/app.config.test b/tests/driver_my9221/app.config.test index 9840183cdb..4faf9b6c9d 100644 --- a/tests/driver_my9221/app.config.test +++ b/tests/driver_my9221/app.config.test @@ -1,4 +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_MY9221=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/mtd_flashpage/app.config.test b/tests/mtd_flashpage/app.config.test index a6bff3edf4..5ce587cc4d 100644 --- a/tests/mtd_flashpage/app.config.test +++ b/tests/mtd_flashpage/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_MTD_FLASHPAGE=y CONFIG_MODULE_EMBUNIT=y diff --git a/tests/mtd_mapper/app.config.test b/tests/mtd_mapper/app.config.test index b3c52ae0ca..844e916ded 100644 --- a/tests/mtd_mapper/app.config.test +++ b/tests/mtd_mapper/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_MTD_MAPPER=y CONFIG_MODULE_EMBUNIT=y diff --git a/tests/periph_cpuid/app.config.test b/tests/periph_cpuid/app.config.test index 62787b3685..c908336000 100644 --- a/tests/periph_cpuid/app.config.test +++ b/tests/periph_cpuid/app.config.test @@ -1,4 +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_PERIPH_CPUID=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/periph_dma/app.config.test b/tests/periph_dma/app.config.test index 7c61855c25..d8a8d2e6ea 100644 --- a/tests/periph_dma/app.config.test +++ b/tests/periph_dma/app.config.test @@ -1,4 +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_PERIPH_DMA=y -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/periph_eeprom/app.config.test b/tests/periph_eeprom/app.config.test index 6fbf945536..57992e4cff 100644 --- a/tests/periph_eeprom/app.config.test +++ b/tests/periph_eeprom/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_EEPROM=y CONFIG_MODULE_SHELL=y CONFIG_MODULE_SHELL_COMMANDS=y # provides reboot command diff --git a/tests/periph_flashpage/app.config.test b/tests/periph_flashpage/app.config.test index 04b2ea1033..20d96a6762 100644 --- a/tests/periph_flashpage/app.config.test +++ b/tests/periph_flashpage/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_OD=y CONFIG_MODULE_PERIPH_FLASHPAGE=y CONFIG_MODULE_SHELL=y diff --git a/tests/periph_gpio/app.config.test b/tests/periph_gpio/app.config.test index dd9e273093..d910df5178 100644 --- a/tests/periph_gpio/app.config.test +++ b/tests/periph_gpio/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_GPIO=y CONFIG_MODULE_SHELL=y diff --git a/tests/periph_hwrng/app.config.test b/tests/periph_hwrng/app.config.test index 518111e68d..ce0acb3db7 100644 --- a/tests/periph_hwrng/app.config.test +++ b/tests/periph_hwrng/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_HWRNG=y CONFIG_MODULE_XTIMER=y diff --git a/tests/periph_rtc/app.config.test b/tests/periph_rtc/app.config.test index e6772e5271..93f5dc131e 100644 --- a/tests/periph_rtc/app.config.test +++ b/tests/periph_rtc/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_RTC=y CONFIG_MODULE_PERIPH_INIT_RTC=n CONFIG_MODULE_XTIMER=y diff --git a/tests/periph_rtt/app.config.test b/tests/periph_rtt/app.config.test index 230b2d3d26..00918e5795 100644 --- a/tests/periph_rtt/app.config.test +++ b/tests/periph_rtt/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_RTT=y CONFIG_MODULE_PERIPH_INIT_RTT=n diff --git a/tests/periph_rtt_min/app.config.test b/tests/periph_rtt_min/app.config.test index aa27a8c2b7..bbf20e74bc 100644 --- a/tests/periph_rtt_min/app.config.test +++ b/tests/periph_rtt_min/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_RTT=y CONFIG_MODULE_PERIPH_INIT_RTT=n CONFIG_MODULE_XTIMER=y diff --git a/tests/periph_timer/app.config.test b/tests/periph_timer/app.config.test index 2ffd8272eb..92649274d8 100644 --- a/tests/periph_timer/app.config.test +++ b/tests/periph_timer/app.config.test @@ -1,4 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_TIMER=y diff --git a/tests/periph_timer_periodic/app.config.test b/tests/periph_timer_periodic/app.config.test index 357519491a..b0c32f3a9a 100644 --- a/tests/periph_timer_periodic/app.config.test +++ b/tests/periph_timer_periodic/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_TIMER=y CONFIG_MODULE_PERIPH_TIMER_PERIODIC=y CONFIG_MODULE_FMT=y diff --git a/tests/periph_timer_short_relative_set/app.config.test b/tests/periph_timer_short_relative_set/app.config.test index 5915503772..0b4a4b0311 100644 --- a/tests/periph_timer_short_relative_set/app.config.test +++ b/tests/periph_timer_short_relative_set/app.config.test @@ -1,5 +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_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_TIMER=y CONFIG_MODULE_CORE_THREAD_FLAGS=y diff --git a/tests/periph_uart_nonblocking/app.config.test b/tests/periph_uart_nonblocking/app.config.test index 4dda0331c6..2c3ca715cd 100644 --- a/tests/periph_uart_nonblocking/app.config.test +++ b/tests/periph_uart_nonblocking/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_UART=y CONFIG_MODULE_PERIPH_UART_NONBLOCKING=y CONFIG_MODULE_XTIMER=y diff --git a/tests/periph_wdt/app.config.test b/tests/periph_wdt/app.config.test index 45011daaaa..df18f32251 100644 --- a/tests/periph_wdt/app.config.test +++ b/tests/periph_wdt/app.config.test @@ -1,6 +1,5 @@ # this file enables modules defined in Kconfig. Do not use this file for # application configuration. This is only needed during migration. -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y CONFIG_MODULE_PERIPH_WDT=y CONFIG_MODULE_XTIMER=y CONFIG_MODULE_SHELL=y diff --git a/tests/test_interactive.config b/tests/test_interactive.config new file mode 100644 index 0000000000..40bed26ef6 --- /dev/null +++ b/tests/test_interactive.config @@ -0,0 +1 @@ +CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_hang/app.config.test b/tests/xtimer_hang/app.config.test index 4e5ffe0003..7b68e9778b 100644 --- a/tests/xtimer_hang/app.config.test +++ b/tests/xtimer_hang/app.config.test @@ -2,5 +2,3 @@ # application configuration. This is only needed during migration. CONFIG_MODULE_XTIMER=y CONFIG_MODULE_CORE_MSG=n - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_msg/app.config.test b/tests/xtimer_msg/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_msg/app.config.test +++ b/tests/xtimer_msg/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_msg_receive_timeout/app.config.test b/tests/xtimer_msg_receive_timeout/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_msg_receive_timeout/app.config.test +++ b/tests/xtimer_msg_receive_timeout/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_mutex_lock_timeout/app.config.test b/tests/xtimer_mutex_lock_timeout/app.config.test index c25fb47f87..82f339eb2f 100644 --- a/tests/xtimer_mutex_lock_timeout/app.config.test +++ b/tests/xtimer_mutex_lock_timeout/app.config.test @@ -6,5 +6,3 @@ CONFIG_MODULE_SHELL=y # for testing # CONFIG_MODULE_PS=y # CONFIG_MODULE_SHELL_COMMANDS=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_now32_overflow/app.config.test b/tests/xtimer_now32_overflow/app.config.test index ed76656496..396443c12f 100644 --- a/tests/xtimer_now32_overflow/app.config.test +++ b/tests/xtimer_now32_overflow/app.config.test @@ -2,5 +2,3 @@ # application configuration. This is only needed during migration. CONFIG_MODULE_XTIMER=y CONFIG_MODULE_AUTO_INIT_XTIMER=n - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_now64_continuity/app.config.test b/tests/xtimer_now64_continuity/app.config.test index 3175189331..8f28e0ef2e 100644 --- a/tests/xtimer_now64_continuity/app.config.test +++ b/tests/xtimer_now64_continuity/app.config.test @@ -2,5 +2,3 @@ # application configuration. This is only needed during migration. CONFIG_MODULE_XTIMER=y CONFIG_MODULE_FMT=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_now_irq/app.config.test b/tests/xtimer_now_irq/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_now_irq/app.config.test +++ b/tests/xtimer_now_irq/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_overhead/app.config.test b/tests/xtimer_overhead/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_overhead/app.config.test +++ b/tests/xtimer_overhead/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_periodic_wakeup/app.config.test b/tests/xtimer_periodic_wakeup/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_periodic_wakeup/app.config.test +++ b/tests/xtimer_periodic_wakeup/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_remove/app.config.test b/tests/xtimer_remove/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_remove/app.config.test +++ b/tests/xtimer_remove/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_reset/app.config.test b/tests/xtimer_reset/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_reset/app.config.test +++ b/tests/xtimer_reset/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_rmutex_lock_timeout/app.config.test b/tests/xtimer_rmutex_lock_timeout/app.config.test index 0743ca4312..4961b975e1 100644 --- a/tests/xtimer_rmutex_lock_timeout/app.config.test +++ b/tests/xtimer_rmutex_lock_timeout/app.config.test @@ -2,5 +2,3 @@ # application configuration. This is only needed during migration. CONFIG_MODULE_XTIMER=y CONFIG_MODULE_SHELL=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_usleep/app.config.test b/tests/xtimer_usleep/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_usleep/app.config.test +++ b/tests/xtimer_usleep/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/xtimer_usleep_short/app.config.test b/tests/xtimer_usleep_short/app.config.test index e68d26f46a..6833955646 100644 --- a/tests/xtimer_usleep_short/app.config.test +++ b/tests/xtimer_usleep_short/app.config.test @@ -1,5 +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_XTIMER=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/ztimer_msg/app.config.test b/tests/ztimer_msg/app.config.test index b4cfa58f1f..5ab2add9e9 100644 --- a/tests/ztimer_msg/app.config.test +++ b/tests/ztimer_msg/app.config.test @@ -3,5 +3,3 @@ CONFIG_MODULE_ZTIMER=y CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y CONFIG_MODULE_ZTIMER_USEC=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/ztimer_mutex_lock_timeout/app.config.test b/tests/ztimer_mutex_lock_timeout/app.config.test index b4cfa58f1f..5ab2add9e9 100644 --- a/tests/ztimer_mutex_lock_timeout/app.config.test +++ b/tests/ztimer_mutex_lock_timeout/app.config.test @@ -3,5 +3,3 @@ CONFIG_MODULE_ZTIMER=y CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y CONFIG_MODULE_ZTIMER_USEC=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/ztimer_overhead/app.config.test b/tests/ztimer_overhead/app.config.test index 8ad7aa14ad..cddaaa4a48 100644 --- a/tests/ztimer_overhead/app.config.test +++ b/tests/ztimer_overhead/app.config.test @@ -4,5 +4,3 @@ CONFIG_MODULE_ZTIMER=y CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y CONFIG_MODULE_ZTIMER_USEC=y CONFIG_MODULE_ZTIMER_OVERHEAD=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/ztimer_periodic/app.config.test b/tests/ztimer_periodic/app.config.test index 9a41bcd438..c7a9beabc3 100644 --- a/tests/ztimer_periodic/app.config.test +++ b/tests/ztimer_periodic/app.config.test @@ -6,5 +6,3 @@ CONFIG_MODULE_ZTIMER_USEC=y CONFIG_MODULE_ZTIMER_MSEC=y CONFIG_MODULE_FMT=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y diff --git a/tests/ztimer_underflow/app.config.test b/tests/ztimer_underflow/app.config.test index b4cfa58f1f..5ab2add9e9 100644 --- a/tests/ztimer_underflow/app.config.test +++ b/tests/ztimer_underflow/app.config.test @@ -3,5 +3,3 @@ CONFIG_MODULE_ZTIMER=y CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y CONFIG_MODULE_ZTIMER_USEC=y - -CONFIG_MODULE_TEST_UTILS_INTERACTIVE_SYNC=y