Skip to content

Commit 3630c56

Browse files
committed
update CMakeLists file for tests for localtime
1 parent 8443717 commit 3630c56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libc/test/src/time/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ add_libc_unittest(
7979
SRCS
8080
localtime_test.cpp
8181
DEPENDS
82-
.time_utils
8382
libc.hdr.types.time_t
84-
libc.hdr.types.struct_tm
83+
libc.src.time.localtime
8584
)
8685

8786
add_libc_unittest(
@@ -91,9 +90,9 @@ add_libc_unittest(
9190
SRCS
9291
localtime_r_test.cpp
9392
DEPENDS
94-
.time_utils
95-
libc.hdr.types.time_t
9693
libc.hdr.types.struct_tm
94+
libc.hdr.types.time_t
95+
libc.src.time.localtime_r
9796
)
9897

9998
add_libc_test(

0 commit comments

Comments
 (0)