diff --git a/tests/googletest/rules.mk b/tests/googletest/rules.mk index fddbebc0..d65d351b 100644 --- a/tests/googletest/rules.mk +++ b/tests/googletest/rules.mk @@ -86,28 +86,20 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/container/internal/btree.h \ tests/googletest/include/absl/container/internal/raw_hash_set.h \ tests/googletest/include/absl/container/internal/hash_function_defaults.h \ - tests/googletest/include/absl/container/internal/unordered_map_constructor_test.h \ tests/googletest/include/absl/container/internal/common_policy_traits.h \ tests/googletest/include/absl/container/internal/test_instance_tracker.h \ tests/googletest/include/absl/container/internal/hashtablez_sampler.h \ - tests/googletest/include/absl/container/internal/unordered_set_constructor_test.h \ - tests/googletest/include/absl/container/internal/unordered_set_lookup_test.h \ tests/googletest/include/absl/container/internal/common.h \ tests/googletest/include/absl/container/internal/hash_policy_testing.h \ - tests/googletest/include/absl/container/internal/unordered_map_modifiers_test.h \ tests/googletest/include/absl/container/internal/hashtable_debug_hooks.h \ - tests/googletest/include/absl/container/internal/unordered_map_lookup_test.h \ tests/googletest/include/absl/container/internal/hashtable_debug.h \ tests/googletest/include/absl/container/internal/raw_hash_map.h \ tests/googletest/include/absl/container/internal/btree_container.h \ - tests/googletest/include/absl/container/internal/unordered_map_members_test.h \ tests/googletest/include/absl/container/internal/layout.h \ tests/googletest/include/absl/container/internal/hash_generator_testing.h \ tests/googletest/include/absl/container/internal/node_slot_policy.h \ tests/googletest/include/absl/container/internal/counting_allocator.h \ tests/googletest/include/absl/container/internal/hash_policy_traits.h \ - tests/googletest/include/absl/container/internal/unordered_set_modifiers_test.h \ - tests/googletest/include/absl/container/internal/unordered_set_members_test.h \ tests/googletest/include/absl/container/flat_hash_set.h \ tests/googletest/include/absl/container/fixed_array.h \ tests/googletest/include/absl/container/node_hash_map.h \ @@ -122,7 +114,6 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/hash/internal/hash.h \ tests/googletest/include/absl/hash/internal/city.h \ tests/googletest/include/absl/hash/hash.h \ - tests/googletest/include/absl/hash/hash_testing.h \ tests/googletest/include/absl/crc/internal/crc32c.h \ tests/googletest/include/absl/crc/internal/crc32_x86_arm_combined_simd.h \ tests/googletest/include/absl/crc/internal/cpu_detect.h \ @@ -151,7 +142,6 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/random/internal/salted_seed_seq.h \ tests/googletest/include/absl/random/internal/nonsecure_base.h \ tests/googletest/include/absl/random/internal/chi_square.h \ - tests/googletest/include/absl/random/internal/mock_overload_set.h \ tests/googletest/include/absl/random/internal/platform.h \ tests/googletest/include/absl/random/internal/randen_engine.h \ tests/googletest/include/absl/random/internal/explicit_seed_seq.h \ @@ -167,14 +157,12 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/random/gaussian_distribution.h \ tests/googletest/include/absl/random/zipf_distribution.h \ tests/googletest/include/absl/random/exponential_distribution.h \ - tests/googletest/include/absl/random/mock_distributions.h \ tests/googletest/include/absl/random/random.h \ tests/googletest/include/absl/random/poisson_distribution.h \ tests/googletest/include/absl/random/beta_distribution.h \ tests/googletest/include/absl/random/uniform_int_distribution.h \ tests/googletest/include/absl/random/seed_gen_exception.h \ tests/googletest/include/absl/random/distributions.h \ - tests/googletest/include/absl/random/mocking_bit_gen.h \ tests/googletest/include/absl/random/seed_sequences.h \ tests/googletest/include/absl/random/bernoulli_distribution.h \ tests/googletest/include/absl/random/bit_gen_ref.h \ @@ -302,7 +290,6 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/strings/cord_test_helpers.h \ tests/googletest/include/absl/strings/str_format.h \ tests/googletest/include/absl/strings/str_replace.h \ - tests/googletest/include/absl/strings/cordz_test_helpers.h \ tests/googletest/include/absl/strings/string_view.h \ tests/googletest/include/absl/strings/str_join.h \ tests/googletest/include/absl/strings/cord.h \ @@ -448,8 +435,6 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/debugging/symbolize_unimplemented.inc \ tests/googletest/include/absl/debugging/symbolize_elf.inc \ tests/googletest/include/absl/debugging/symbolize_win32.inc \ - tests/googletest/include/absl/log/log_basic_test_impl.inc \ - tests/googletest/include/absl/log/check_test_impl.inc \ tests/googletest/include/absl/numeric/int128_have_intrinsic.inc \ tests/googletest/include/absl/numeric/int128_no_intrinsic.inc \ tests/googletest/include/absl/time/internal/get_current_time_chrono.inc \