We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1521dda commit 1765a67Copy full SHA for 1765a67
1 file changed
tcmalloc/testing/BUILD
@@ -1032,15 +1032,13 @@ create_tcmalloc_testsuite(
1032
cc_import(
1033
name = "standalone_import",
1034
static_library = "//tcmalloc:tcmalloc_standalone",
1035
- tags = ["manual"], # TODO: Remove once cc_static_library is always enabled
1036
alwayslink = True,
1037
)
1038
1039
cc_test(
1040
name = "standalone_test",
1041
srcs = ["standalone_test.cc"],
1042
tags = [
1043
- "manual", # TODO: Remove once cc_static_library is always enabled
1044
"noasan",
1045
"nomsan",
1046
"notsan",
0 commit comments