File tree 7 files changed +11
-9
lines changed
Semmle.Autobuild.CSharp.Tests
Semmle.Autobuild.Cpp.Tests
7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,9 @@ test_suite(
74
74
name = "unit-tests" ,
75
75
tags = ["csharp" ],
76
76
tests = [
77
- "//csharp/autobuilder/Semmle.Autobuild.CSharp.Tests:t" ,
78
- "//csharp/autobuilder/Semmle.Autobuild.Cpp.Tests:t" ,
79
- "//csharp/extractor/Semmle.Extraction.Tests:t" ,
77
+ "//csharp/autobuilder/Semmle.Autobuild.CSharp.Tests:acst" ,
78
+ "//csharp/autobuilder/Semmle.Autobuild.Cpp.Tests:acpt" ,
79
+ "//csharp/extractor/Semmle.Extraction.Tests:et" ,
80
+ "//csharp/extractor/Semmle.Util.Tests:ut" ,
80
81
],
81
82
)
Original file line number Diff line number Diff line change 5
5
6
6
codeql_xunit_test (
7
7
# short name as we run into long path limitations on Windows
8
- name = "t " ,
8
+ name = "acst " ,
9
9
srcs = glob ([
10
10
"*.cs" ,
11
11
]),
Original file line number Diff line number Diff line change 5
5
6
6
codeql_xunit_test (
7
7
# short name as we run into long path limitations on Windows
8
- name = "t " ,
8
+ name = "acpt " ,
9
9
srcs = glob ([
10
10
"*.cs" ,
11
11
]),
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ codeql_csharp_library(
10
10
"SourceGenerators/**/*.cs" ,
11
11
]),
12
12
allow_unsafe_blocks = True ,
13
- internals_visible_to = ["t " ],
13
+ internals_visible_to = ["et " ],
14
14
visibility = ["//csharp:__subpackages__" ],
15
15
deps = [
16
16
"//csharp/extractor/Semmle.Extraction.CSharp" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ codeql_csharp_library(
8
8
srcs = glob ([
9
9
"*.cs" ,
10
10
]),
11
- internals_visible_to = ["t " ],
11
+ internals_visible_to = ["et " ],
12
12
visibility = ["//csharp:__subpackages__" ],
13
13
deps = [
14
14
"//csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching" ,
Original file line number Diff line number Diff line change 5
5
6
6
codeql_xunit_test (
7
7
# short name as we run into long path limitations on Windows
8
- name = "t " ,
8
+ name = "et " ,
9
9
srcs = glob ([
10
10
"*.cs" ,
11
11
]),
Original file line number Diff line number Diff line change 4
4
)
5
5
6
6
codeql_xunit_test (
7
- name = "Semmle.Util.Tests" ,
7
+ # short name as we run into long path limitations on Windows
8
+ name = "ut" ,
8
9
srcs = glob ([
9
10
"*.cs" ,
10
11
]),
You can’t perform that action at this time.
0 commit comments