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
4cb3c7b96b
cppcheck
/
testall
10 lines
60 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
X in test*
do
./cppcheck
$X
/
$X
.cpp
done
Reference in New Issue
View Git Blame
Copy Permalink