This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from b51a38c * Makefile.am (DISTCLEANFILES): Don't use this. (CLEANFILES [...] new dc67c89 * NEWS: Document report card.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 21 ++ Makefile.am | 24 +- Makefile.in | 65 +++-- NEWS | 3 + commands/report-card.awk | 238 ++++++++++++++++++ doc/dejagnu-report-card.1 | 146 +++++++++++ doc/dejagnu.texi | 45 +++- doc/version.texi | 4 +- testsuite/lib/bohman_ssd.exp | 225 +++++++++++++++++ .../{launcher.all/help.exp => lib/report-card.exp} | 28 +-- testsuite/report-card.all/onetest.exp | 209 ++++++++++++++++ testsuite/report-card.all/passes.exp | 276 +++++++++++++++++++++ 12 files changed, 1237 insertions(+), 47 deletions(-) create mode 100644 commands/report-card.awk create mode 100644 doc/dejagnu-report-card.1 create mode 100644 testsuite/lib/bohman_ssd.exp copy testsuite/{launcher.all/help.exp => lib/report-card.exp} (58%) create mode 100644 testsuite/report-card.all/onetest.exp create mode 100644 testsuite/report-card.all/passes.exp