Skip to content

Commit 36d1138

Browse files
guangy10facebook-github-bot
authored andcommitted
Add gtest to executorch third-party (#253)
Summary: Pull Request resolved: #253 Added googletest `v1.11` Reviewed By: cccclai Differential Revision: D49106426 fbshipit-source-id: 91e5cf5bf1fa3ee09bd8134a0a960a74b36e69e0
1 parent c7808d4 commit 36d1138

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
[submodule "third-party/gflags"]
1111
path = third-party/gflags
1212
url = https://github.com/gflags/gflags.git
13+
[submodule "third-party/googletest"]
14+
path = third-party/googletest
15+
url = https://github.com/google/googletest.git
1316
[submodule "backends/xnnpack/third-party/pthreadpool"]
1417
path = backends/xnnpack/third-party/pthreadpool
1518
url = https://github.com/Maratyszcza/pthreadpool.git

third-party/googletest

Submodule googletest added at e2239ee

0 commit comments

Comments
 (0)