Skip to content

Commit

Permalink
zephyr: Add project name to unit test root
Browse files Browse the repository at this point in the history
Add the missing project name to the unit tests.

Change-Id: I4ae1c51c863f4e43b04c9d85e00bd81db0d0c485
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/156850
Commit-Queue: Yuval Peress <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
  • Loading branch information
yperess authored and CQ Bot Account committed Jul 19, 2023
1 parent 4cb8e20 commit 60012df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_unit_test_zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# the License.

cmake_minimum_required(VERSION 3.20)
project(PigweedZephyrTest)

set(pw_third_party_nanopb_ADD_SUBDIRECTORY ON CACHE BOOL "" FORCE)

Expand Down

0 comments on commit 60012df

Please sign in to comment.