File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ add_libc_unittest(
9
9
HDRS
10
10
TmHelper.h
11
11
TmMatcher.h
12
- libc.src.time.timezone.h
13
12
CXX_STANDARD
14
13
20
15
14
DEPENDS
15
+ libc.src.time.timezone
16
16
libc.src.time.asctime
17
17
)
18
18
@@ -25,10 +25,10 @@ add_libc_unittest(
25
25
HDRS
26
26
TmHelper.h
27
27
TmMatcher.h
28
- libc.src.time.timezone.h
29
28
CXX_STANDARD
30
29
20
31
30
DEPENDS
31
+ libc.src.time.timezone
32
32
libc.src.time.asctime_r
33
33
)
34
34
@@ -41,15 +41,14 @@ add_libc_unittest(
41
41
HDRS
42
42
TmHelper.h
43
43
TmMatcher.h
44
- libc.src.time.timezone.h
45
44
CXX_STANDARD
46
45
20
47
46
DEPENDS
48
47
libc.include.time
49
48
libc.hdr.types.time_t
49
+ libc.src.time.timezone
50
50
libc.src.time.ctime
51
51
libc.src.time.time_utils
52
- libc.src.time.timezone
53
52
)
54
53
55
54
add_libc_unittest (
@@ -61,15 +60,14 @@ add_libc_unittest(
61
60
HDRS
62
61
TmHelper.h
63
62
TmMatcher.h
64
- libc.src.time.timezone.h
65
63
CXX_STANDARD
66
64
20
67
65
DEPENDS
68
66
libc.include.time
69
67
libc.hdr.types.time_t
68
+ libc.src.time.timezone
70
69
libc.src.time.ctime_r
71
70
libc.src.time.time_utils
72
- libc.src.time.timezone
73
71
)
74
72
75
73
add_libc_unittest (
@@ -81,15 +79,14 @@ add_libc_unittest(
81
79
HDRS
82
80
TmHelper.h
83
81
TmMatcher.h
84
- libc.src.time.timezone.h
85
82
CXX_STANDARD
86
83
20
87
84
DEPENDS
88
85
libc.include.time
89
86
libc.hdr.types.time_t
87
+ libc.src.time.timezone
90
88
libc.src.time.localtime
91
89
libc.src.time.time_utils
92
- libc.src.time.timezone
93
90
)
94
91
95
92
add_libc_unittest (
@@ -101,15 +98,14 @@ add_libc_unittest(
101
98
HDRS
102
99
TmHelper.h
103
100
TmMatcher.h
104
- libc.src.time.timezone.h
105
101
CXX_STANDARD
106
102
20
107
103
DEPENDS
108
104
libc.include.time
109
105
libc.hdr.types.time_t
106
+ libc.src.time.timezone
110
107
libc.src.time.localtime_r
111
108
libc.src.time.time_utils
112
- libc.src.time.timezone
113
109
)
114
110
115
111
add_libc_unittest (
@@ -121,15 +117,14 @@ add_libc_unittest(
121
117
HDRS
122
118
TmHelper.h
123
119
TmMatcher.h
124
- libc.src.time.timezone.h
125
120
CXX_STANDARD
126
121
20
127
122
DEPENDS
128
123
libc.include.time
129
124
libc.hdr.types.time_t
125
+ libc.src.time.timezone
130
126
libc.src.time.localtime_s
131
127
libc.src.time.time_utils
132
- libc.src.time.timezone
133
128
)
134
129
135
130
add_libc_test (
You can’t perform that action at this time.
0 commit comments