We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6465024 commit a6d6bdeCopy full SHA for a6d6bde
1 file changed
src/launch_manager_daemon/common/BUILD
@@ -1,3 +1,5 @@
1
+load("@rules_cc//cc:defs.bzl", "cc_test")
2
+
3
# *******************************************************************************
4
# Copyright (c) 2025 Contributors to the Eclipse Foundation
5
#
@@ -102,9 +104,6 @@ cc_library(
102
104
],
103
105
)
106
-# TESTS
-load("@rules_cc//cc:defs.bzl", "cc_test")
107
-
108
cc_test(
109
name = "identifier_hash_UT",
110
srcs = ["src/identifier_hash_UT.cpp"],
@@ -113,4 +112,4 @@ cc_test(
113
112
":identifier_hash",
114
"@googletest//:gtest_main",
115
116
-)
+)
0 commit comments