Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
1fd36eab
Commit
1fd36eab
authored
Feb 26, 2018
by
COULAUD Olivier
Browse files
Merge branch 'develop' of gitlab.inria.fr:solverstack/ScalFMM into develop
parents
68fa1341
e9628ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utils/scripts/analysis.sh
View file @
1fd36eab
...
...
@@ -23,7 +23,7 @@ export SOURCES_TO_ANALYZE="Src Examples"
# run cppcheck analysis
# commented for now because too long
cppcheck
-v
-f
--language
=
c++
--platform
=
unix64
--enable
=
all
--xml
--xml-version
=
2
--suppress
=
missingIncludeSystem
-ISrc
-IBuild
/Src
${
SOURCES_TO_ANALYZE
}
2> scalfmm-cppcheck.xml
#
cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem -ISrc -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
# run rats analysis
rats
-w
3
--xml
${
SOURCES_TO_ANALYZE
}
>
scalfmm-rats.xml
...
...
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