* Makefile.am (release-stats): Be sure to take into account all
the generated tests, by grepping the test scripts to decide which
ones of them are automatically generated.
+2010-11-20 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ release-stats: account for more generated tests.
+ * Makefile.am (release-stats): Be sure to take into account all
+ the generated tests, by grepping the test scripts to decide which
+ ones of them are automatically generated.
+
2010-11-03 Stefano Lattarini <stefano.lattarini@gmail.com>
Overhauled and modularized tests in `instspc.test'.
if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
else :; fi && \
t=`ls -1 $$tests | wc -l` && \
- tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
+ tgen=`grep 'GENERATED AUTOMATICALLY' $$tests | wc -l` && \
today=`date +%Y-%m-%d` && \
echo "add this to the table in doc/automake.texi after verification:" && \
printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \
if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
else :; fi && \
t=`ls -1 $$tests | wc -l` && \
- tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
+ tgen=`grep 'GENERATED AUTOMATICALLY' $$tests | wc -l` && \
today=`date +%Y-%m-%d` && \
echo "add this to the table in doc/automake.texi after verification:" && \
printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \