tests: lib: cbprintf_fp: enable CONFIG_TEST in the test suite

Enable the CONFIG_TEST switch in the test suite.
This allows certain required Kconfig settings for
ARM Cortex-M (which depend on TEST) to be enabled
when executing the test suite.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2021-03-04 17:38:28 +01:00 committed by Anas Nashif
commit 30a1a4bb44

View file

@ -1,3 +1,3 @@
# nothing here
CONFIG_TEST=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_CBPRINTF_LIBC_SUBSTS=y