mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
18 lines
413 B
Python
18 lines
413 B
Python
load(
|
|
"//misc/bazel:csharp.bzl",
|
|
"codeql_xunit_test",
|
|
)
|
|
|
|
codeql_xunit_test(
|
|
# short name as we run into long path limitations on Windows
|
|
name = "acpt",
|
|
srcs = glob([
|
|
"*.cs",
|
|
]),
|
|
deps = [
|
|
"//csharp/autobuilder/Semmle.Autobuild.Cpp:bin/Semmle.Autobuild.Cpp",
|
|
"//csharp/autobuilder/Semmle.Autobuild.Shared",
|
|
"@paket.main//microsoft.net.test.sdk",
|
|
],
|
|
)
|