Skip to content

Commit 6e10cd0

Browse files
committed
Add manual tag
1 parent f0265d0 commit 6e10cd0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • test/unit/virtual_include

test/unit/virtual_include/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,19 @@ cc_binary(
5959
# Simplest virtual include resolution test
6060
codechecker_test(
6161
name = "codechecker_virtual_include",
62+
tags = [
63+
"manual",
64+
],
6265
targets = [
6366
"virtual_include",
6467
],
6568
)
6669

6770
code_checker_test(
6871
name = "code_checker_virtual_include",
72+
tags = [
73+
"manual",
74+
],
6975
targets = [
7076
"virtual_include",
7177
]

0 commit comments

Comments
 (0)