Skip to content

Commit 197f8d6

Browse files
author
Зишан Мирза
committed
fix path for timezone header file for tests
1 parent 29d5840 commit 197f8d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libc/test/src/time/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_libc_unittest(
99
HDRS
1010
TmHelper.h
1111
TmMatcher.h
12-
timezone.h
12+
libc.src.time.timezone.h
1313
CXX_STANDARD
1414
20
1515
DEPENDS
@@ -25,7 +25,7 @@ add_libc_unittest(
2525
HDRS
2626
TmHelper.h
2727
TmMatcher.h
28-
timezone.h
28+
libc.src.time.timezone.h
2929
CXX_STANDARD
3030
20
3131
DEPENDS
@@ -41,7 +41,7 @@ add_libc_unittest(
4141
HDRS
4242
TmHelper.h
4343
TmMatcher.h
44-
timezone.h
44+
libc.src.time.timezone.h
4545
CXX_STANDARD
4646
20
4747
DEPENDS
@@ -61,7 +61,7 @@ add_libc_unittest(
6161
HDRS
6262
TmHelper.h
6363
TmMatcher.h
64-
timezone.h
64+
libc.src.time.timezone.h
6565
CXX_STANDARD
6666
20
6767
DEPENDS
@@ -81,7 +81,7 @@ add_libc_unittest(
8181
HDRS
8282
TmHelper.h
8383
TmMatcher.h
84-
timezone.h
84+
libc.src.time.timezone.h
8585
CXX_STANDARD
8686
20
8787
DEPENDS
@@ -101,7 +101,7 @@ add_libc_unittest(
101101
HDRS
102102
TmHelper.h
103103
TmMatcher.h
104-
timezone.h
104+
libc.src.time.timezone.h
105105
CXX_STANDARD
106106
20
107107
DEPENDS
@@ -121,7 +121,7 @@ add_libc_unittest(
121121
HDRS
122122
TmHelper.h
123123
TmMatcher.h
124-
timezone.h
124+
libc.src.time.timezone.h
125125
CXX_STANDARD
126126
20
127127
DEPENDS

0 commit comments

Comments
 (0)