File tree Expand file tree Collapse file tree
src/launch_manager_daemon/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# *******************************************************************************
2- # Copyright (c) 2025 Contributors to the Eclipse Foundation
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
33#
44# See the NOTICE file(s) distributed with this work for additional
55# information regarding copyright ownership.
1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13+ load ("@rules_cc//cc:defs.bzl" , "cc_test" )
1314load ("//config:common_cc.bzl" , "cc_binary_with_common_opts" , "cc_library_with_common_opts" )
1415
1516cc_library (
@@ -102,9 +103,6 @@ cc_library(
102103 ],
103104)
104105
105- # TESTS
106- load ("@rules_cc//cc:defs.bzl" , "cc_test" )
107-
108106cc_test (
109107 name = "identifier_hash_UT" ,
110108 srcs = ["src/identifier_hash_UT.cpp" ],
@@ -113,4 +111,4 @@ cc_test(
113111 ":identifier_hash" ,
114112 "@googletest//:gtest_main" ,
115113 ],
116- )
114+ )
You can’t perform that action at this time.
0 commit comments