mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	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:
		 Michael D Kinney
					Michael D Kinney
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						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