summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-08-18 19:07:16 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-24 06:59:17 +0000
commit26edf92fb381a7a702f173121a646584f3046aea (patch)
tree79b84a80f060ca15d27b610cd3f5e640744300ac /zephyr/test/drivers/common
parent94e0ef35c576b88ac8fb3802ca063da0689516ce (diff)
downloadchrome-ec-26edf92fb381a7a702f173121a646584f3046aea.tar.gz
zephyr: test: merge pwm_led_driver test into default binary
Address the review comment in CL:3792590, merge pwm_led_driver test. BUG=none TEST=./twister -T zephyr/test/drivers BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I2b4c892b0c9e48d4871b808d865856ff8b374068 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3837653 Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Yuval Peress <peress@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/test/drivers/common')
-rw-r--r--zephyr/test/drivers/common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/test/drivers/common/CMakeLists.txt b/zephyr/test/drivers/common/CMakeLists.txt
index 965c58e7f8..854294ab11 100644
--- a/zephyr/test/drivers/common/CMakeLists.txt
+++ b/zephyr/test/drivers/common/CMakeLists.txt
@@ -9,4 +9,5 @@ target_sources(app PRIVATE
target_include_directories(app PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/include
${PLATFORM_EC}/driver/ppc/
-) \ No newline at end of file
+ ${PLATFORM_EC}/zephyr/shim/src/led_driver
+)