Skip to content

Commit 914b4bf

Browse files
committed
remove unit test only flag from add_libc_tests
1 parent cee9a32 commit 914b4bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libc/test/src/string/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ add_libc_test(
2020

2121
add_libc_test(
2222
mempcpy_test
23-
UNIT_TEST_ONLY
2423
SUITE
2524
libc-string-tests
2625
SRCS
@@ -41,7 +40,6 @@ add_libc_test(
4140

4241
add_libc_test(
4342
memchr_test
44-
UNIT_TEST_ONLY
4543
SUITE
4644
libc-string-tests
4745
SRCS
@@ -52,7 +50,6 @@ add_libc_test(
5250

5351
add_libc_test(
5452
memrchr_test
55-
UNIT_TEST_ONLY
5653
SUITE
5754
libc-string-tests
5855
SRCS
@@ -73,7 +70,6 @@ add_libc_test(
7370

7471
add_libc_test(
7572
stpncpy_test
76-
UNIT_TEST_ONLY
7773
SUITE
7874
libc-string-tests
7975
SRCS
@@ -84,7 +80,6 @@ add_libc_test(
8480

8581
add_libc_test(
8682
strcat_test
87-
UNIT_TEST_ONLY
8883
SUITE
8984
libc-string-tests
9085
SRCS
@@ -136,7 +131,6 @@ add_libc_test(
136131

137132
add_libc_test(
138133
strcoll_test
139-
UNIT_TEST_ONLY
140134
SUITE
141135
libc-string-tests
142136
SRCS
@@ -147,7 +141,6 @@ add_libc_test(
147141

148142
add_libc_test(
149143
strcpy_test
150-
UNIT_TEST_ONLY
151144
SUITE
152145
libc-string-tests
153146
SRCS
@@ -303,7 +296,6 @@ add_libc_test(
303296

304297
add_libc_test(
305298
strsep_test
306-
UNIT_TEST_ONLY
307299
SUITE
308300
libc-string-tests
309301
SRCS
@@ -324,7 +316,6 @@ add_libc_test(
324316

325317
add_libc_test(
326318
strspn_test
327-
UNIT_TEST_ONLY
328319
SUITE
329320
libc-string-tests
330321
SRCS

0 commit comments

Comments
 (0)