mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
19 lines
464 B
Python
19 lines
464 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 = "acst",
|
|
srcs = glob([
|
|
"*.cs",
|
|
]),
|
|
deps = [
|
|
"//csharp/autobuilder/Semmle.Autobuild.CSharp:bin/Semmle.Autobuild.CSharp",
|
|
"//csharp/autobuilder/Semmle.Autobuild.Shared",
|
|
"@paket.main//microsoft.net.test.sdk",
|
|
"@paket.main//system.io.filesystem",
|
|
],
|
|
)
|