Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent f005a23 commit 0cd660b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/googletest/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 0cd660b

Please sign in to comment.