cppcheck/tools/test_showtimetop5.sh

5 lines
131 B
Bash
Raw Normal View History

#!/bin/bash
2017-05-03 21:09:20 +02:00
if [[ "$(./cppcheck --showtime=top5 cli/cmdlineparser.h --language=c++ --quiet | wc -l)" != 7 ]] ; then
false
fi