File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,6 @@ add_libc_unittest(
199199 DEPENDS
200200 libc.src.time.mktime
201201 libc.src.__support.CPP.limits
202- libc.hdr.types.struct_tm
203- libc.src.time.time_constants
204202)
205203
206204add_libc_test(
@@ -210,10 +208,8 @@ add_libc_test(
210208 SRCS
211209 nanosleep_test.cpp
212210 DEPENDS
213- libc.include .time
214211 libc.src.time.nanosleep
215212 libc.src.errno.errno
216- libc.hdr.types.struct_timespec
217213)
218214
219215add_libc_unittest(
@@ -224,11 +220,9 @@ add_libc_unittest(
224220 time_test.cpp
225221 DEPENDS
226222 libc.src.time.time
227- libc.src.__support.time.clock_gettime
228- libc.src.errno.errno
229223)
230224
231- add_libc_test (
225+ add_libc_unittest (
232226 timespec_get_test
233227 SUITE
234228 libc_time_unittests
@@ -239,15 +233,13 @@ add_libc_test(
239233 libc.hdr.types.struct_timespec
240234)
241235
242- add_libc_test (
236+ add_libc_unittest (
243237 clock_test
244238 SUITE
245239 libc_time_unittests
246240 SRCS
247241 clock_test.cpp
248242 DEPENDS
249- libc.include .time
250243 libc.src.time.clock
251244 libc.src.errno.errno
252- libc.hdr.types.clock_t
253245)
You can’t perform that action at this time.
0 commit comments