Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
sft
lcgcmake
Wiki
testing cheatsheet
Changes
Page history
New page
Templates
Clone repository
razumov created page: testing cheatsheet
authored
8 years ago
by
Ivan Razumov
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing-cheatsheet.md
+1
-1
1 addition, 1 deletion
testing-cheatsheet.md
with
1 addition
and
1 deletion
testing-cheatsheet.md
View page @
8d6072b1
1.
Setup as usual
2.
Make packages that are to be tested
3.
Run
`make rivet cmaketools`
,
`ctest -R lhapdf6sets.download`
to get things needed by tests
3.
Run
`make rivet cmaketools`
,
`ctest -R lhapdf6sets.download`
,
`ctest -R rivet-tests.genser-buildanalysis`
to get things needed by tests
4.
`ctest -vv -R <package>`
to test
<package>
\ No newline at end of file
This diff is collapsed.
Click to expand it.