1
1
add_custom_target (libc_stdio_unittests )
2
2
3
- add_libc_unittest (
3
+ add_libc_test (
4
4
fileop_test
5
5
SUITE
6
6
libc_stdio_unittests
@@ -21,7 +21,7 @@ add_libc_unittest(
21
21
libc.src.stdio.fwrite
22
22
)
23
23
24
- add_libc_unittest (
24
+ add_libc_test (
25
25
ungetc_test
26
26
SUITE
27
27
libc_stdio_unittests
@@ -37,7 +37,7 @@ add_libc_unittest(
37
37
libc.src.stdio.ungetc
38
38
)
39
39
40
- add_libc_unittest (
40
+ add_libc_test (
41
41
setbuf_test
42
42
SUITE
43
43
libc_stdio_unittests
@@ -53,7 +53,7 @@ add_libc_unittest(
53
53
libc.src.stdio.ungetc
54
54
)
55
55
56
- add_libc_unittest (
56
+ add_libc_test (
57
57
setvbuf_test
58
58
SUITE
59
59
libc_stdio_unittests
@@ -69,7 +69,7 @@ add_libc_unittest(
69
69
libc.src.stdio.setvbuf
70
70
)
71
71
72
- add_libc_unittest (
72
+ add_libc_test (
73
73
unlocked_fileop_test
74
74
SUITE
75
75
libc_stdio_unittests
@@ -89,7 +89,7 @@ add_libc_unittest(
89
89
libc.src.stdio.fwrite_unlocked
90
90
)
91
91
92
- add_libc_unittest (
92
+ add_libc_test (
93
93
fopencookie_test
94
94
SUITE
95
95
libc_stdio_unittests
@@ -137,7 +137,7 @@ add_fp_unittest(
137
137
${sprintf_test_copts}
138
138
)
139
139
140
- add_libc_unittest (
140
+ add_libc_test (
141
141
snprintf_test
142
142
SUITE
143
143
libc_stdio_unittests
@@ -163,7 +163,7 @@ else()
163
163
set (use_system_file "-DLIBC_COPT_STDIO_USE_SYSTEM_FILE" )
164
164
endif ()
165
165
166
- add_libc_unittest (
166
+ add_libc_test (
167
167
fprintf_test
168
168
SUITE
169
169
libc_stdio_unittests
@@ -198,7 +198,7 @@ add_fp_unittest(
198
198
libc.src.stdio.vsprintf
199
199
)
200
200
201
- add_libc_unittest (
201
+ add_libc_test (
202
202
vsnprintf_test
203
203
SUITE
204
204
libc_stdio_unittests
@@ -208,7 +208,7 @@ add_libc_unittest(
208
208
libc.src.stdio.vsnprintf
209
209
)
210
210
211
- add_libc_unittest (
211
+ add_libc_test (
212
212
vfprintf_test
213
213
SUITE
214
214
libc_stdio_unittests
@@ -243,7 +243,7 @@ if(LLVM_LIBC_FULL_BUILD)
243
243
)
244
244
endif ()
245
245
246
- add_libc_unittest (
246
+ add_libc_test (
247
247
fscanf_test
248
248
SUITE
249
249
libc_stdio_unittests
@@ -257,7 +257,7 @@ add_libc_unittest(
257
257
${use_system_file}
258
258
)
259
259
260
- add_libc_unittest (
260
+ add_libc_test (
261
261
sscanf_test
262
262
SUITE
263
263
libc_stdio_unittests
@@ -335,7 +335,7 @@ add_libc_test(
335
335
)
336
336
337
337
if (${LIBC_TARGET_OS} STREQUAL "linux" )
338
- add_libc_unittest (
338
+ add_libc_test (
339
339
remove_test
340
340
SUITE
341
341
libc_stdio_unittests
@@ -370,7 +370,7 @@ add_libc_test(
370
370
libc.src.stdio.getc
371
371
)
372
372
373
- add_libc_unittest (
373
+ add_libc_test (
374
374
fgetc_unlocked_test
375
375
SUITE
376
376
libc_stdio_unittests
@@ -409,7 +409,7 @@ add_libc_test(
409
409
libc.src.stdio.fwrite
410
410
)
411
411
412
- add_libc_unittest (
412
+ add_libc_test (
413
413
ftell_test
414
414
SUITE
415
415
libc_stdio_unittests
0 commit comments