GoogleTestLib.h 292 B

1234567891011121314
  1. /** @file
  2. GoogleTestLib class with APIs from the googletest project
  3. Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef GOOGLE_TEST_LIB_H_
  7. #define GOOGLE_TEST_LIB_H_
  8. #include <gtest/gtest.h>
  9. #endif