From 821756c32ee197556905a94910e631721113dbb3 Mon Sep 17 00:00:00 2001 From: Evan Brown Date: Thu, 21 Sep 2023 11:57:32 -0700 Subject: Replace BtreeAllocatorTest with individual test cases for copy/move/swap propagation (defined in test_allocator.h) and minimal alignment. Also remove some extraneous value_types from typed tests. The motivation is to reduce btree_test compile time. PiperOrigin-RevId: 567376572 Change-Id: I6ac6130b99faeadaedab8c2c7b05d5e23e77cc1e --- absl/container/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/container/CMakeLists.txt') diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt index bfe0634b..a1633514 100644 --- a/absl/container/CMakeLists.txt +++ b/absl/container/CMakeLists.txt @@ -211,6 +211,7 @@ absl_cc_library( ${ABSL_DEFAULT_COPTS} DEPS absl::config + GTest::gmock ) absl_cc_test( -- cgit v1.2.3