samples: stm32: pm_ble: Enable DEBUG when run with twister
Make sure DEBUG is enabled if this test is run in CI. Also re-instantiate CONFIG_PM=y which was abusively removed in a previous change. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
54fa6f30b8
commit
88de0d15a6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
CONFIG_BT=y
|
CONFIG_BT=y
|
||||||
CONFIG_BT_DEVICE_NAME="Test beacon"
|
CONFIG_BT_DEVICE_NAME="Test beacon"
|
||||||
CONFIG_POWEROFF=y
|
CONFIG_POWEROFF=y
|
||||||
|
CONFIG_PM=y
|
||||||
#CONFIG_DEBUG=y
|
|
||||||
|
|
|
@ -7,3 +7,4 @@ tests:
|
||||||
tags:
|
tags:
|
||||||
- bluetooth
|
- bluetooth
|
||||||
- pm
|
- pm
|
||||||
|
extra_args: "CONFIG_DEBUG=y"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue