mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
18 lines
359 B
Python
18 lines
359 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 = "ut",
|
|
srcs = glob([
|
|
"*.cs",
|
|
]),
|
|
deps = [
|
|
"//csharp/extractor/Semmle.Util",
|
|
"@paket.main//microsoft.net.test.sdk",
|
|
"@paket.main//newtonsoft.json",
|
|
],
|
|
)
|