This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
cppcheck
mirror of
https://github.com/noisymime/cppcheck.git
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Packages
Projects
Releases
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
noisymime/cppcheck
Title
Body
Create Issue