zephyr/tests
Ulf Magnusson fbd3d4b907 tests: counter: kconfig: Fix debug log level enabling
COUNTER_LOG_LEVEL (defined in
subsys/logging/Kconfig.template.log_config) is derived automatically and
has no prompt. Assignments have no effect on promptless symbols.

Set COUNTER_LOG_LEVEL_DBG=y instead, which corresponds to
COUNTER_LOG_LEVEL=4.

Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-14 16:51:57 -05:00
..
application_development tests: application_development/libxcc: exclude using XCC... 2020-01-07 17:09:38 +01:00
arch tests: arch: arm: add test-suite for dynamic direct IRQs 2020-01-08 10:15:09 -08:00
benchmarks test: benchmarkis add frdmk82f board config 2019-12-19 12:55:18 -05:00
bluetooth tests: bluetooth: kconfig: Do not assign promptless BT_MESH_PROV 2020-01-14 16:49:25 -05:00
boards tests: board_shell: enable sensor shell 2020-01-13 09:23:35 -06:00
crypto global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
drivers tests: counter: kconfig: Fix debug log level enabling 2020-01-14 16:51:57 -05:00
kernel kernel: cleanup and formally define CPU start fn 2020-01-13 16:35:10 -05:00
lib global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
misc/test_build
net tests: net: kconfig: Do not assign promptless NET_L2_IEEE802154_MGMT 2020-01-14 16:35:51 -05:00
portability
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell
subsys tests: usb: General cleanup 2020-01-07 21:05:44 +01:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest