Tests - add total number of tests to conversion script

This commit is contained in:
Renato Alves 2015-02-19 14:11:19 +00:00
parent 51e947064f
commit d37937d970

View file

@ -9,3 +9,5 @@ fi
echo
printf "Feature %5d\n" $(ls feature.*.t | wc -l)
printf "Bug %5d\n" $(ls {tw-,bug.}*.t | wc -l)
echo
printf "Total: %5d\n" $(ls *.t | wc -l)