File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ add_libc_test(
2020
2121add_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
4241add_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
5351add_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
7471add_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
8581add_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
137132add_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
148142add_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
304297add_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
325317add_libc_test(
326318 strspn_test
327- UNIT_TEST_ONLY
328319 SUITE
329320 libc-string -tests
330321 SRCS
You can’t perform that action at this time.
0 commit comments