Skip to content

Commit fe82d2d

Browse files
committed
tests: fuelgauge: Add Onsemi LC709203F driver
Add test for the Onsemi LC709203F fuel gauge Signed-off-by: Philipp Steiner <[email protected]>
1 parent 2ac5851 commit fe82d2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/drivers/fuel_gauge/lc709203f/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ cmake_minimum_required(VERSION 3.20.0)
44
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
55
project(device)
66

7-
FILE(GLOB app_sources src/test_lc709203f.c)
8-
target_sources(app PRIVATE ${app_sources})
7+
target_sources(app PRIVATE src/test_lc709203f.c)

0 commit comments

Comments
 (0)