mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Export test data directories.
This commit is contained in:
5
javascript/extractor/parser-tests/BUILD.bazel
Normal file
5
javascript/extractor/parser-tests/BUILD.bazel
Normal file
@@ -0,0 +1,5 @@
|
||||
filegroup(
|
||||
name = "parser-tests",
|
||||
srcs = glob(["**/*"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
5
javascript/extractor/tests/BUILD.bazel
Normal file
5
javascript/extractor/tests/BUILD.bazel
Normal file
@@ -0,0 +1,5 @@
|
||||
filegroup(
|
||||
name = "tests",
|
||||
srcs = glob(["**/*"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user