cppcheck/testall

10 lines
60 B
Bash
Executable File

#!/bin/bash
for X in test*
do
./cppcheck $X/$X.cpp
done