NetworkPkg: Use Library/GoogleTestLib.h
Update unit tests to use GoogleTestLib.h instead of gtest.h so the edk2 extensions for google tests are always available. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
953b9d0e57
commit
36a71d088b
@@ -4,7 +4,7 @@
|
||||
Copyright (c) Microsoft Corporation
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
#include <gtest/gtest.h>
|
||||
#include <Library/GoogleTestLib.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Run the tests
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Copyright (c) Microsoft Corporation
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
#include <gtest/gtest.h>
|
||||
#include <Library/GoogleTestLib.h>
|
||||
|
||||
extern "C" {
|
||||
#include <Uefi.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Copyright (c) Microsoft Corporation
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
#include <gtest/gtest.h>
|
||||
#include <Library/GoogleTestLib.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Run the tests
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Copyright (c) Microsoft Corporation
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
#include <gtest/gtest.h>
|
||||
#include <Library/GoogleTestLib.h>
|
||||
|
||||
extern "C" {
|
||||
#include <Uefi.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Copyright (c) Microsoft Corporation
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
#include <gtest/gtest.h>
|
||||
#include <Library/GoogleTestLib.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Run the tests
|
||||
|
||||
Reference in New Issue
Block a user