mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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__"],
|
|
)
|