We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6803a88 commit 3013225Copy full SHA for 3013225
5 files changed
test/common/BUILD test/unit/BUILDtest/common/BUILD renamed to test/unit/BUILD
test/common/grep_check.py test/unit/grep_check.pytest/common/grep_check.py renamed to test/unit/grep_check.py
test/unit/legacy/BUILD
@@ -33,7 +33,7 @@ load(
33
"compile_commands",
34
)
35
load(
36
- "//test/common:unit_test.bzl",
+ "//test/unit:unit_test.bzl",
37
"unit_test",
38
39
test/common/unit_test.bzl test/unit/unit_test.bzltest/common/unit_test.bzl renamed to test/unit/unit_test.bzl
@@ -83,7 +83,7 @@ def unit_test(
83
84
native.py_test(
85
name = name,
86
- srcs = ["//test/common:grep_check.py"],
+ srcs = ["//test/unit:grep_check.py"],
87
main = "grep_check.py",
88
args = python_args,
89
local = True,
test/unit/virtual_include/BUILD
@@ -24,7 +24,7 @@ load(
24
"codechecker_test",
25
26
27
28
29
30
0 commit comments