Skip to content

Commit

Permalink
unittest: Generate symbol for existent modules
Browse files Browse the repository at this point in the history
Generate ZEPHYR_{MODULE_NAME}_MODULE for existent modules
for unittests as well since they may be using Zephyr modules.

Fixes: 64348

Signed-off-by: Flavio Ceolin <[email protected]>
  • Loading branch information
Flavio Ceolin committed Oct 26, 2023
1 parent 467ce89 commit 23ee53a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/modules/unittest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ include(root)
include(boards)
include(arch)
include(configuration_files)

include(west)
include(zephyr_module)
include(kconfig)

find_package(TargetTools)
Expand Down

0 comments on commit 23ee53a

Please sign in to comment.