File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,19 @@ swift_syntax_library(
242
242
],
243
243
)
244
244
245
+ swift_syntax_library (
246
+ name = "SwiftSyntaxMacrosGenericTestSupport" ,
247
+ testonly = True ,
248
+ deps = [
249
+ ":SwiftDiagnostics" ,
250
+ ":SwiftIDEUtils" ,
251
+ ":SwiftParser" ,
252
+ ":SwiftSyntaxMacroExpansion" ,
253
+ ":SwiftSyntaxMacros" ,
254
+ ":_SwiftSyntaxGenericTestSupport" ,
255
+ ],
256
+ )
257
+
245
258
swift_syntax_library (
246
259
name = "SwiftSyntaxMacrosTestSupport" ,
247
260
testonly = True ,
@@ -251,6 +264,7 @@ swift_syntax_library(
251
264
":SwiftParser" ,
252
265
":SwiftSyntaxMacroExpansion" ,
253
266
":SwiftSyntaxMacros" ,
267
+ ":SwiftSyntaxMacrosGenericTestSupport" ,
254
268
":_SwiftSyntaxTestSupport" ,
255
269
],
256
270
)
@@ -299,6 +313,13 @@ cc_library(
299
313
visibility = ["//visibility:private" ],
300
314
)
301
315
316
+ swift_syntax_library (
317
+ name = "_SwiftSyntaxGenericTestSupport" ,
318
+ testonly = True ,
319
+ deps = [
320
+ ],
321
+ )
322
+
302
323
swift_syntax_library (
303
324
name = "_SwiftSyntaxTestSupport" ,
304
325
testonly = True ,
@@ -307,6 +328,7 @@ swift_syntax_library(
307
328
":SwiftSyntax" ,
308
329
":SwiftSyntaxBuilder" ,
309
330
":SwiftSyntaxMacroExpansion" ,
331
+ ":_SwiftSyntaxGenericTestSupport" ,
310
332
],
311
333
)
312
334
You can’t perform that action at this time.
0 commit comments