]> git.proxmox.com Git - mirror_edk2.git/blame - UnitTestFrameworkPkg/Include/Library/GoogleTestLib.h
UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLib
[mirror_edk2.git] / UnitTestFrameworkPkg / Include / Library / GoogleTestLib.h
CommitLineData
cef0c5c6
MK
1/** @file\r
2 GoogleTestLib class with APIs from the googletest project\r
3\r
4 Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#ifndef GOOGLE_TEST_LIB_H_\r
10#define GOOGLE_TEST_LIB_H_\r
11\r
12#include <gtest/gtest.h>\r
13\r
14#endif\r