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 <dmitrii.golovanov@intel.com>
This commit is contained in:
parent
04601aedad
commit
fbe95e4a73
|
@ -2,3 +2,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_ZTEST=y
|
||||
|
||||
CONFIG_CPP=y
|
||||
|
|
Loading…
Reference in New Issue