Skip to content

Commit 3013225

Browse files
committed
Move unit_test to unit folder
1 parent 6803a88 commit 3013225

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

test/unit/legacy/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ load(
3333
"compile_commands",
3434
)
3535
load(
36-
"//test/common:unit_test.bzl",
36+
"//test/unit:unit_test.bzl",
3737
"unit_test",
3838
)
3939

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def unit_test(
8383

8484
native.py_test(
8585
name = name,
86-
srcs = ["//test/common:grep_check.py"],
86+
srcs = ["//test/unit:grep_check.py"],
8787
main = "grep_check.py",
8888
args = python_args,
8989
local = True,

test/unit/virtual_include/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load(
2424
"codechecker_test",
2525
)
2626
load(
27-
"//test/common:unit_test.bzl",
27+
"//test/unit:unit_test.bzl",
2828
"unit_test",
2929
)
3030

0 commit comments

Comments
 (0)