find ../ -name *.gcda -execdir gcov {} +;
pyshd example_coverage; python -m SimpleHTTPServer; popd
valgrind --tool=memcheck --dsymutil=yes --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes 2>valgrind.out $1
cppcheck --enable=style --template gcc $dir 1>/dev/null
FormatCode
#!/bin/sh
ASTYLE_ARGS="--indent=spaces=4 --brackets=break --indent-switches --indent-labels --pad-header --unpad-paren --convert-tabs --align-pointer=middle --suffix=none --lineend=linux"
for File in $* ; do
astyle $ASTYLE_ARGS $File
done
-
Notifications
You must be signed in to change notification settings - Fork 0
License
paupuerta/gTestExample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published