Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/launch_manager_daemon/common/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -10,6 +10,7 @@
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
load("@rules_cc//cc:defs.bzl", "cc_test")
load("//config:common_cc.bzl", "cc_binary_with_common_opts", "cc_library_with_common_opts")

cc_library(
Expand Down Expand Up @@ -101,3 +102,13 @@ cc_library(
":osal",
],
)

cc_test(
name = "identifier_hash_UT",
srcs = ["src/identifier_hash_UT.cpp"],
visibility = ["//tests:__subpackages__"],
deps = [
":identifier_hash",
"@googletest//:gtest_main",
],
)
24 changes: 0 additions & 24 deletions tests/ut/identifier_hash_UT/BUILD

This file was deleted.

Loading