zephyr/tests/unit/cbprintf
Peter Bigot 99425de387 tests: unit: cbprintf: force libc substitutes in test case
The test infrastructure uses EXTRA_CPPFLAGS to control which
configuration is used, but this was also added to CMakeLists to ensure
a common optional infrastructure was always available.  Since unit
tests don't use Kconfig, this actually prevented the test variants
from being selected.

Add the flag in the test itself, which works correctly since the test
includes the implementation directly.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-02-23 19:39:59 +01:00
..
CMakeLists.txt tests: unit: cbprintf: force libc substitutes in test case 2021-02-23 19:39:59 +01:00
main.c tests: unit: cbprintf: force libc substitutes in test case 2021-02-23 19:39:59 +01:00
testcase.yaml tests: cbprintf: sanitize language 2021-01-07 14:02:06 +01:00