1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00
This commit is contained in:
paboyle 2016-07-15 00:08:32 +01:00
parent 35d0d35238
commit 6049d5ac47

View File

@ -19,7 +19,7 @@ count=`grep total tmp.fil`
echo $count " in lib/${sdir}"
done
wc -l tests/*.cc | grep total >& tmp.fil
wc -l tests/*.cc tests/*/*.cc | grep total >& tmp.fil
count=`grep total tmp.fil`
echo $count " in tests"