|
|
@ -20,6 +20,8 @@ |
|
|
|
#include <grpcpp/support/time.h> |
|
|
|
#include <grpcpp/support/time.h> |
|
|
|
#include <gtest/gtest.h> |
|
|
|
#include <gtest/gtest.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "test/core/util/test_config.h" |
|
|
|
|
|
|
|
|
|
|
|
using std::chrono::duration_cast; |
|
|
|
using std::chrono::duration_cast; |
|
|
|
using std::chrono::microseconds; |
|
|
|
using std::chrono::microseconds; |
|
|
|
using std::chrono::system_clock; |
|
|
|
using std::chrono::system_clock; |
|
|
@ -64,6 +66,7 @@ TEST_F(TimeTest, InfFuture) { |
|
|
|
} // namespace grpc
|
|
|
|
} // namespace grpc
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char** argv) { |
|
|
|
int main(int argc, char** argv) { |
|
|
|
|
|
|
|
grpc::testing::TestEnvironment env(argc, argv); |
|
|
|
::testing::InitGoogleTest(&argc, argv); |
|
|
|
::testing::InitGoogleTest(&argc, argv); |
|
|
|
return RUN_ALL_TESTS(); |
|
|
|
return RUN_ALL_TESTS(); |
|
|
|
} |
|
|
|
} |
|
|
|