diff --git a/tests/googletest/rules.mk b/tests/googletest/rules.mk index 2d38341e..6ce521c2 100644 --- a/tests/googletest/rules.mk +++ b/tests/googletest/rules.mk @@ -378,6 +378,21 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/numeric/int128.h \ tests/googletest/include/absl/algorithm/algorithm.h \ tests/googletest/include/absl/algorithm/container.h \ + tests/googletest/include/absl/time/clock.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_impl.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_posix.h \ + tests/googletest/include/absl/time/internal/cctz/src/tzfile.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_info.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_if.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_fixed.h \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_libc.h \ + tests/googletest/include/absl/time/internal/cctz/include/cctz/time_zone.h \ + tests/googletest/include/absl/time/internal/cctz/include/cctz/civil_time.h \ + tests/googletest/include/absl/time/internal/cctz/include/cctz/zone_info_source.h \ + tests/googletest/include/absl/time/internal/cctz/include/cctz/civil_time_detail.h \ + tests/googletest/include/absl/time/internal/test_util.h \ + tests/googletest/include/absl/time/time.h \ + tests/googletest/include/absl/time/civil_time.h \ tests/googletest/include/absl/types/variant.h \ tests/googletest/include/absl/types/internal/variant.h \ tests/googletest/include/absl/types/internal/conformance_testing_helpers.h \ @@ -439,26 +454,8 @@ tests_googletest_libgtest_la_SOURCES += \ 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/gtest/gtest-assertion-result.h \ - tests/googletest/include/gtest/gtest-death-test.h \ - tests/googletest/include/gtest/gtest-matchers.h \ - tests/googletest/include/gtest/gtest-message.h \ - tests/googletest/include/gtest/gtest-param-test.h \ - tests/googletest/include/gtest/gtest-printers.h \ - tests/googletest/include/gtest/gtest-spi.h \ - tests/googletest/include/gtest/gtest-test-part.h \ - tests/googletest/include/gtest/gtest-typed-test.h \ - tests/googletest/include/gtest/gtest.h \ - tests/googletest/include/gtest/gtest_pred_impl.h \ - tests/googletest/include/gtest/gtest_prod.h \ - tests/googletest/include/gtest/internal/gtest-death-test-internal.h \ - tests/googletest/include/gtest/internal/gtest-filepath.h \ - tests/googletest/include/gtest/internal/gtest-internal.h \ - tests/googletest/include/gtest/internal/gtest-param-util.h \ - tests/googletest/include/gtest/internal/gtest-port-arch.h \ - tests/googletest/include/gtest/internal/gtest-port.h \ - tests/googletest/include/gtest/internal/gtest-string.h \ - tests/googletest/include/gtest/internal/gtest-type-util.h \ + tests/googletest/include/absl/time/internal/get_current_time_chrono.inc \ + tests/googletest/include/absl/time/internal/get_current_time_posix.inc \ $(EMPTY) tests_googletest_libgtest_la_SOURCES += \ @@ -478,11 +475,6 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/re2/simplify.cc \ tests/googletest/include/re2/nfa.cc \ tests/googletest/include/re2/prefilter.cc \ - tests/googletest/include/absl/container/internal/test_instance_tracker.cc \ - tests/googletest/include/absl/container/internal/hash_generator_testing.cc \ - tests/googletest/include/absl/hash/internal/city.cc \ - tests/googletest/include/absl/hash/internal/low_level_hash.cc \ - tests/googletest/include/absl/hash/internal/hash.cc \ tests/googletest/include/absl/container/internal/hashtablez_sampler.cc \ tests/googletest/include/absl/container/internal/hashtablez_sampler_force_weak_definition.cc \ tests/googletest/include/absl/container/internal/test_instance_tracker.cc \ @@ -616,6 +608,22 @@ tests_googletest_libgtest_la_SOURCES += \ tests/googletest/include/absl/status/status_payload_printer.cc \ tests/googletest/include/absl/status/statusor.cc \ tests/googletest/include/absl/numeric/int128.cc \ + tests/googletest/include/absl/time/duration.cc \ + tests/googletest/include/absl/time/internal/cctz/src/zone_info_source.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_lookup.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_posix.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_info.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_impl.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_fixed.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_format.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_libc.cc \ + tests/googletest/include/absl/time/internal/cctz/src/time_zone_if.cc \ + tests/googletest/include/absl/time/internal/cctz/src/civil_time_detail.cc \ + tests/googletest/include/absl/time/internal/test_util.cc \ + tests/googletest/include/absl/time/civil_time.cc \ + tests/googletest/include/absl/time/format.cc \ + tests/googletest/include/absl/time/time.cc \ + tests/googletest/include/absl/time/clock.cc \ tests/googletest/include/absl/types/bad_any_cast.cc \ tests/googletest/include/absl/types/bad_optional_access.cc \ tests/googletest/include/absl/types/bad_variant_access.cc \