2020-09-24 15:45:03 +02:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Test utilities"
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
|
|
|
|
rsource "dummy_thread/Kconfig"
|
|
|
|
rsource "interactive_sync/Kconfig"
|
2022-03-29 14:56:36 +02:00
|
|
|
rsource "netdev_eth_minimal/Kconfig"
|
2022-12-08 12:22:52 +01:00
|
|
|
rsource "netdev_ieee802154_minimal/Kconfig"
|
2022-03-25 09:37:25 +01:00
|
|
|
rsource "print_stack_usage/Kconfig"
|
2021-03-12 16:21:22 +01:00
|
|
|
rsource "result_output/Kconfig"
|
2020-09-24 15:45:03 +02:00
|
|
|
endmenu # Test utilities
|