mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
34 lines
807 B
Diff
34 lines
807 B
Diff
diff -Nurp a/absl/base/CMakeLists.txt b/absl/base/CMakeLists.txt
|
|
--- a/absl/base/CMakeLists.txt 2025-06-17 14:48:08.000000000 +0000
|
|
+++ b/absl/base/CMakeLists.txt 2025-06-21 11:06:06.062929442 +0000
|
|
@@ -340,28 +340,15 @@ absl_cc_test(
|
|
)
|
|
|
|
# Internal-only target, do not depend on directly.
|
|
-absl_cc_library(
|
|
- NAME
|
|
- atomic_hook_test_helper
|
|
- SRCS
|
|
- "internal/atomic_hook_test_helper.cc"
|
|
- COPTS
|
|
- ${ABSL_TEST_COPTS}
|
|
- DEPS
|
|
- absl::atomic_hook
|
|
- absl::core_headers
|
|
- TESTONLY
|
|
-)
|
|
|
|
absl_cc_test(
|
|
NAME
|
|
atomic_hook_test
|
|
SRCS
|
|
- "internal/atomic_hook_test.cc"
|
|
+ "internal/atomic_hook_test.cc" "internal/atomic_hook_test_helper.cc"
|
|
COPTS
|
|
${ABSL_TEST_COPTS}
|
|
DEPS
|
|
- absl::atomic_hook_test_helper
|
|
absl::atomic_hook
|
|
absl::core_headers
|
|
GTest::gmock
|