This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
Added 'testall' which is a simple bash-script that runs all tests
Browse Source
...
This commit is contained in:
Daniel Marjamäki
2008-01-05 16:53:51 +00:00
parent
658f33328b
commit
2d8a6d3f47
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
testall
Executable file
Unescape
Escape
View File
@ -0,0 +1,9 @@
#!/bin/bash
for X in test*
do
./cppcheck $X/$X.cpp
done
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
walkero/cppcheck
Title
Body
Create Issue