mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
9 lines
185 B
Python
9 lines
185 B
Python
py_library(
|
|
name = "integration_tests",
|
|
srcs = [
|
|
"create_database_utils.py",
|
|
"diagnostics_test_utils.py",
|
|
],
|
|
visibility = ["//swift:__subpackages__"],
|
|
)
|