cppcheck/tools/test_showtimetop5.sh

5 lines
115 B
Bash
Executable File

#!/bin/bash
if [[ "`./cppcheck --showtime=top5 cli/cmdlineparser.h --quiet | wc -l`" != 7 ]] ; then
false
fi