From fbe95e4a733fa737120cd29a01b5ca6e88139acb Mon Sep 17 00:00:00 2001 From: Dmitrii Golovanov Date: Fri, 15 Dec 2023 17:45:10 +0100 Subject: [PATCH] tests: unit: Fix Power-of-Two test build issue Fix linker error for the PoT test build with code coverage. Signed-off-by: Dmitrii Golovanov --- tests/unit/pot/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/pot/prj.conf b/tests/unit/pot/prj.conf index 3aff91ca987..910bd8dc806 100644 --- a/tests/unit/pot/prj.conf +++ b/tests/unit/pot/prj.conf @@ -2,3 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 CONFIG_ZTEST=y + +CONFIG_CPP=y