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:
Erwan Gouriou 2023-10-25 15:07:10 +02:00 committed by Carles Cufí
commit 88de0d15a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,4 @@
CONFIG_BT=y
CONFIG_BT_DEVICE_NAME="Test beacon"
CONFIG_POWEROFF=y
#CONFIG_DEBUG=y
CONFIG_PM=y

View file

@ -7,3 +7,4 @@ tests:
tags:
- bluetooth
- pm
extra_args: "CONFIG_DEBUG=y"