Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IMGRender
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
IMGRender
Commits
67756521
Commit
67756521
authored
Jul 26, 2022
by
Linshizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add googletest by git submodule.
parent
d94d504e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.gitmodules
.gitmodules
+3
-0
WORKSPACE.bazel
WORKSPACE.bazel
+2
-4
googletest
external/googletest
+1
-0
No files found.
.gitmodules
View file @
67756521
[submodule "external/theft"]
path = external/theft
url = https://github.com/silentbicycle/theft.git
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
WORKSPACE.bazel
View file @
67756521
workspace(name = "IMGRender")
# Google test for unittest purposes
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
local_repository(
name = "gtest",
remote = "https://github.com/google/googletest",
branch = "v1.10.x",
path = "./external/googletest"
)
# Theft for property-based testing
...
...
googletest
@
58d77fa8
Subproject commit 58d77fa8070e8cec2dc1ed015d66b454c8d78850
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment