File size: 59,972 Bytes
5a29263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# CMake generated Testfile for 
# Source directory: C:/Users/yiztan4/source/repos/llama/llama.cpp/tests
# Build directory: C:/Users/yiztan4/source/repos/llama/llama.cpp/build/tests
# 
# This file includes the relevant testing commands required for 
# testing this directory and lists subdirectories to be tested as well.
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-bert-bge "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-bert-bge.gguf")
  set_tests_properties(test-tokenizer-0-bert-bge PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;75;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-bert-bge "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-bert-bge.gguf")
  set_tests_properties(test-tokenizer-0-bert-bge PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;75;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-bert-bge "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-bert-bge.gguf")
  set_tests_properties(test-tokenizer-0-bert-bge PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;75;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-bert-bge "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-bert-bge.gguf")
  set_tests_properties(test-tokenizer-0-bert-bge PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;75;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-bert-bge NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-command-r "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-command-r.gguf")
  set_tests_properties(test-tokenizer-0-command-r PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;76;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-command-r "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-command-r.gguf")
  set_tests_properties(test-tokenizer-0-command-r PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;76;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-command-r "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-command-r.gguf")
  set_tests_properties(test-tokenizer-0-command-r PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;76;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-command-r "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-command-r.gguf")
  set_tests_properties(test-tokenizer-0-command-r PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;76;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-command-r NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-deepseek-coder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-coder.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-coder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;77;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-deepseek-coder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-coder.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-coder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;77;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-deepseek-coder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-coder.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-coder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;77;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-deepseek-coder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-coder.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-coder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;77;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-deepseek-coder NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-deepseek-llm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-llm.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-llm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;78;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-deepseek-llm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-llm.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-llm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;78;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-deepseek-llm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-llm.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-llm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;78;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-deepseek-llm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-deepseek-llm.gguf")
  set_tests_properties(test-tokenizer-0-deepseek-llm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;78;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-deepseek-llm NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-falcon "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-falcon.gguf")
  set_tests_properties(test-tokenizer-0-falcon PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;79;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-falcon "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-falcon.gguf")
  set_tests_properties(test-tokenizer-0-falcon PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;79;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-falcon "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-falcon.gguf")
  set_tests_properties(test-tokenizer-0-falcon PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;79;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-falcon "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-falcon.gguf")
  set_tests_properties(test-tokenizer-0-falcon PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;79;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-falcon NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-gpt-2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-gpt-2.gguf")
  set_tests_properties(test-tokenizer-0-gpt-2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;80;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-gpt-2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-gpt-2.gguf")
  set_tests_properties(test-tokenizer-0-gpt-2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;80;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-gpt-2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-gpt-2.gguf")
  set_tests_properties(test-tokenizer-0-gpt-2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;80;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-gpt-2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-gpt-2.gguf")
  set_tests_properties(test-tokenizer-0-gpt-2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;80;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-gpt-2 NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-llama-bpe "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-bpe.gguf")
  set_tests_properties(test-tokenizer-0-llama-bpe PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;81;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-llama-bpe "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-bpe.gguf")
  set_tests_properties(test-tokenizer-0-llama-bpe PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;81;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-llama-bpe "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-bpe.gguf")
  set_tests_properties(test-tokenizer-0-llama-bpe PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;81;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-llama-bpe "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-bpe.gguf")
  set_tests_properties(test-tokenizer-0-llama-bpe PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;81;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-llama-bpe NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-llama-spm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-spm.gguf")
  set_tests_properties(test-tokenizer-0-llama-spm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;82;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-llama-spm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-spm.gguf")
  set_tests_properties(test-tokenizer-0-llama-spm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;82;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-llama-spm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-spm.gguf")
  set_tests_properties(test-tokenizer-0-llama-spm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;82;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-llama-spm "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-llama-spm.gguf")
  set_tests_properties(test-tokenizer-0-llama-spm PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;82;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-llama-spm NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-mpt "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-mpt.gguf")
  set_tests_properties(test-tokenizer-0-mpt PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;83;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-mpt "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-mpt.gguf")
  set_tests_properties(test-tokenizer-0-mpt PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;83;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-mpt "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-mpt.gguf")
  set_tests_properties(test-tokenizer-0-mpt PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;83;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-mpt "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-mpt.gguf")
  set_tests_properties(test-tokenizer-0-mpt PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;83;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-mpt NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-phi-3 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-phi-3.gguf")
  set_tests_properties(test-tokenizer-0-phi-3 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;84;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-phi-3 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-phi-3.gguf")
  set_tests_properties(test-tokenizer-0-phi-3 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;84;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-phi-3 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-phi-3.gguf")
  set_tests_properties(test-tokenizer-0-phi-3 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;84;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-phi-3 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-phi-3.gguf")
  set_tests_properties(test-tokenizer-0-phi-3 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;84;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-phi-3 NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-qwen2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-qwen2.gguf")
  set_tests_properties(test-tokenizer-0-qwen2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;85;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-qwen2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-qwen2.gguf")
  set_tests_properties(test-tokenizer-0-qwen2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;85;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-qwen2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-qwen2.gguf")
  set_tests_properties(test-tokenizer-0-qwen2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;85;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-qwen2 "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-qwen2.gguf")
  set_tests_properties(test-tokenizer-0-qwen2 PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;85;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-qwen2 NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-refact "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-refact.gguf")
  set_tests_properties(test-tokenizer-0-refact PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;86;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-refact "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-refact.gguf")
  set_tests_properties(test-tokenizer-0-refact PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;86;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-refact "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-refact.gguf")
  set_tests_properties(test-tokenizer-0-refact PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;86;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-refact "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-refact.gguf")
  set_tests_properties(test-tokenizer-0-refact PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;86;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-refact NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-tokenizer-0-starcoder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-starcoder.gguf")
  set_tests_properties(test-tokenizer-0-starcoder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;87;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-tokenizer-0-starcoder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-starcoder.gguf")
  set_tests_properties(test-tokenizer-0-starcoder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;87;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-tokenizer-0-starcoder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-starcoder.gguf")
  set_tests_properties(test-tokenizer-0-starcoder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;87;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-tokenizer-0-starcoder "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-tokenizer-0.exe" "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/../models/ggml-vocab-starcoder.gguf")
  set_tests_properties(test-tokenizer-0-starcoder PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;24;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;87;llama_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-tokenizer-0-starcoder NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-log "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-log.exe")
  set_tests_properties(test-log PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;133;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-log "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-log.exe")
  set_tests_properties(test-log PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;133;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-log "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-log.exe")
  set_tests_properties(test-log PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;133;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-log "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-log.exe")
  set_tests_properties(test-log PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;133;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-log NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-arg-parser "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-arg-parser.exe")
  set_tests_properties(test-arg-parser PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;134;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-arg-parser "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-arg-parser.exe")
  set_tests_properties(test-arg-parser PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;134;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-arg-parser "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-arg-parser.exe")
  set_tests_properties(test-arg-parser PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;134;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-arg-parser "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-arg-parser.exe")
  set_tests_properties(test-arg-parser PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;134;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-arg-parser NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-chat-template "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-chat-template.exe")
  set_tests_properties(test-chat-template PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;135;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-chat-template "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-chat-template.exe")
  set_tests_properties(test-chat-template PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;135;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-chat-template "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-chat-template.exe")
  set_tests_properties(test-chat-template PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;135;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-chat-template "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-chat-template.exe")
  set_tests_properties(test-chat-template PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;135;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-chat-template NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-gguf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-gguf.exe")
  set_tests_properties(test-gguf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;138;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-gguf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-gguf.exe")
  set_tests_properties(test-gguf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;138;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-gguf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-gguf.exe")
  set_tests_properties(test-gguf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;138;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-gguf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-gguf.exe")
  set_tests_properties(test-gguf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;138;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-gguf NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-backend-ops "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-backend-ops.exe")
  set_tests_properties(test-backend-ops PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;139;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-backend-ops "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-backend-ops.exe")
  set_tests_properties(test-backend-ops PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;139;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-backend-ops "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-backend-ops.exe")
  set_tests_properties(test-backend-ops PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;139;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-backend-ops "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-backend-ops.exe")
  set_tests_properties(test-backend-ops PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;139;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-backend-ops NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-model-load-cancel "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-model-load-cancel.exe")
  set_tests_properties(test-model-load-cancel PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;141;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-model-load-cancel "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-model-load-cancel.exe")
  set_tests_properties(test-model-load-cancel PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;141;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-model-load-cancel "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-model-load-cancel.exe")
  set_tests_properties(test-model-load-cancel PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;141;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-model-load-cancel "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-model-load-cancel.exe")
  set_tests_properties(test-model-load-cancel PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;141;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-model-load-cancel NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-autorelease "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-autorelease.exe")
  set_tests_properties(test-autorelease PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;142;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-autorelease "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-autorelease.exe")
  set_tests_properties(test-autorelease PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;142;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-autorelease "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-autorelease.exe")
  set_tests_properties(test-autorelease PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;142;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-autorelease "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-autorelease.exe")
  set_tests_properties(test-autorelease PROPERTIES  LABELS "model" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;142;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-autorelease NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-barrier "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-barrier.exe")
  set_tests_properties(test-barrier PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;146;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-barrier "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-barrier.exe")
  set_tests_properties(test-barrier PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;146;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-barrier "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-barrier.exe")
  set_tests_properties(test-barrier PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;146;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-barrier "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-barrier.exe")
  set_tests_properties(test-barrier PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;146;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-barrier NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-quantize-fns "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-quantize-fns.exe")
  set_tests_properties(test-quantize-fns PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;147;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-quantize-fns "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-quantize-fns.exe")
  set_tests_properties(test-quantize-fns PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;147;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-quantize-fns "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-quantize-fns.exe")
  set_tests_properties(test-quantize-fns PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;147;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-quantize-fns "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-quantize-fns.exe")
  set_tests_properties(test-quantize-fns PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;147;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-quantize-fns NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-quantize-perf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-quantize-perf.exe")
  set_tests_properties(test-quantize-perf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;148;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-quantize-perf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-quantize-perf.exe")
  set_tests_properties(test-quantize-perf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;148;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-quantize-perf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-quantize-perf.exe")
  set_tests_properties(test-quantize-perf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;148;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-quantize-perf "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-quantize-perf.exe")
  set_tests_properties(test-quantize-perf PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;148;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-quantize-perf NOT_AVAILABLE)
endif()
if(CTEST_CONFIGURATION_TYPE MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
  add_test(test-rope "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Debug/test-rope.exe")
  set_tests_properties(test-rope PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;149;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
  add_test(test-rope "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/Release/test-rope.exe")
  set_tests_properties(test-rope PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;149;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
  add_test(test-rope "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/MinSizeRel/test-rope.exe")
  set_tests_properties(test-rope PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;149;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
elseif(CTEST_CONFIGURATION_TYPE MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
  add_test(test-rope "C:/Users/yiztan4/source/repos/llama/llama.cpp/build/bin/RelWithDebInfo/test-rope.exe")
  set_tests_properties(test-rope PROPERTIES  LABELS "main" WORKING_DIRECTORY "." _BACKTRACE_TRIPLES "C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;61;add_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;149;llama_target_and_test;C:/Users/yiztan4/source/repos/llama/llama.cpp/tests/CMakeLists.txt;0;")
else()
  add_test(test-rope NOT_AVAILABLE)
endif()