mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
19 lines
458 B
Python
19 lines
458 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",
|
|
"@paket.main//system.io.filesystem",
|
|
],
|
|
)
|