cppcheck/testall

10 lines
60 B
Plaintext
Raw Normal View History

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