Skip to content

Commit a418ed9

Browse files
mdkinneymakubacki
authored andcommitted
[CHERRY-PICK] UnitTestFrameworkPkg: Use TianoCore mirror of subhook submodule
Change subhook url from https://github.com/Zeex/subhook to https://github.com/tianocore/edk2-subhook because old url is no longer available. Also align .gitmodules file to use consistent LF line endings. Signed-off-by: Michael D Kinney <[email protected]> (cherry picked from edk2 commit 95d8a1c)
1 parent e84cb51 commit a418ed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url = https://github.com/google/googletest.git
1717
[submodule "UnitTestFrameworkPkg/Library/SubhookLib/subhook"]
1818
path = UnitTestFrameworkPkg/Library/SubhookLib/subhook
19-
url = https://github.com/Zeex/subhook.git
19+
url = https://github.com/tianocore/edk2-subhook.git
2020
[submodule "MdePkg/Library/BaseFdtLib/libfdt"]
2121
path = MdePkg/Library/BaseFdtLib/libfdt
2222
url = https://github.com/devicetree-org/pylibfdt.git

UnitTestFrameworkPkg/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ function to be compiled into the test application and then hooked to during a
487487
test.
488488

489489
This library is mainly a wrapper around the
490-
[subhook](https://github.com/Zeex/subhook) header and source files. It is
491-
important to note that the use of the mock function macros and the creation
490+
[subhook](https://github.com/tianocore/edk2-subhook) header and source files. It
491+
is important to note that the use of the mock function macros and the creation
492492
of mock functions requires no knowledge about the SubhookLib. The SubhookLib
493493
library is entirely hidden and encapsulated within FunctionMockLib, and it
494494
is only mentioned here to provide a complete explanation on all the libraries

0 commit comments

Comments
 (0)