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