Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmake_gtest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
cmake_gtest
Commits
4a9f81e9
There was a problem fetching the pipeline mini graph.
Commit
4a9f81e9
authored
8 years ago
by
Evili del Rio i Silvan
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://gitlab.iri.upc.edu:2202/erio/cmake_gtest
parents
01c13e97
82decb93
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-6
8 additions, 6 deletions
README.md
with
8 additions
and
6 deletions
README.md
+
8
−
6
View file @
4a9f81e9
...
@@ -5,10 +5,12 @@
...
@@ -5,10 +5,12 @@
This is a toy CMake project to start using GitLab and CI
This is a toy CMake project to start using GitLab and CI
with GoogleTest, valgrind, and coverage ready to use.
with GoogleTest, valgrind, and coverage ready to use.
Just copy (or clone) the contents of this repo and then:
The project is organized with three directories:
*
`src`
, where you should put all your code.
*
Edit CMakeLists.txt and src/CMakeLists.txt to your taste.
*
`tests`
, where you should put all the testing code.
*
Edit/replace src/main.cpp.
*
`ext`
, where you should import any external project/library (like GoogleTest).
*
Remove dummy source files like src/SomeHeader.h, tests/silly_test.cpp, etc.
To use it, just copy (or clone) the contents of this repo and then:
*
Edit
`CMakeLists.txt`
and
`src/CMakeLists.txt`
to your taste.
*
Edit/replace
`src/main.cpp`
.
*
Remove dummy source files like
`src/SomeHeader.h`
,
`tests/silly_test.cpp`
, etc.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment