mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Shorten test target names to make Windows happy.
This commit is contained in:
@@ -10,7 +10,7 @@ codeql_csharp_library(
|
||||
"SourceGenerators/**/*.cs",
|
||||
]),
|
||||
allow_unsafe_blocks = True,
|
||||
internals_visible_to = ["Semmle.Extraction.Tests"],
|
||||
internals_visible_to = ["t"],
|
||||
visibility = ["//csharp:__subpackages__"],
|
||||
deps = [
|
||||
"//csharp/extractor/Semmle.Extraction.CSharp",
|
||||
|
||||
@@ -8,7 +8,7 @@ codeql_csharp_library(
|
||||
srcs = glob([
|
||||
"*.cs",
|
||||
]),
|
||||
internals_visible_to = ["Semmle.Extraction.Tests"],
|
||||
internals_visible_to = ["t"],
|
||||
visibility = ["//csharp:__subpackages__"],
|
||||
deps = [
|
||||
"//csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching",
|
||||
|
||||
@@ -4,7 +4,8 @@ load(
|
||||
)
|
||||
|
||||
codeql_xunit_test(
|
||||
name = "Semmle.Extraction.Tests",
|
||||
# short name as we run into long path limitations on Windows
|
||||
name = "t",
|
||||
srcs = glob([
|
||||
"*.cs",
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user