# Copyright (c) 2021 Freie Universität Berlin # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. if !TEST_KCONFIG menuconfig KCONFIG_USEMODULE_CONGURE_TEST bool "Configure CongURE test framework" depends on USEMODULE_CONGURE_TEST help Configure CongURE test framework via Kconfig. if KCONFIG_USEMODULE_CONGURE_TEST rsource "Kconfig.config" endif # KCONFIG_USEMODULE_CONGURE_TEST endif # !TEST_KCONFIG if TEST_KCONFIG menuconfig MODULE_CONGURE_TEST bool "CongURE test framework" depends on TEST_KCONFIG select MODULE_FMT if MODULE_CONGURE_TEST rsource "Kconfig.config" endif # MODULE_CONGURE_TEST endif # TEST_KCONFIG