// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. #include "gmock/gmock.h" #include "gtest/gtest.h" int main(int argc, char* argv[]) { testing::InitGoogleTest(); return RUN_ALL_TESTS(); }