* NEWS: Document report card.
commitdc67c894db920e8f145de970ac2e61396d8db9db
authorJacob Bachmeyer <jcb62281@gmail.com>
Wed, 2 Jan 2019 11:48:20 +0000 (2 22:48 +1100)
committerBen Elliston <bje@gnu.org>
Wed, 2 Jan 2019 11:48:20 +0000 (2 22:48 +1100)
tree64c09e5a1d95bf68b5737f057f716db3dad0ef45
parentb51a38c4410bbff17d4296fcb1fda13313b251ac
* NEWS: Document report card.

* Makefile.am (clean-local): Add target.
(clean-local-check): Add target; mark as PHONY.
(commands_DATA): Add "report-card" scripts.
(dist_man_MANS): Add dejagnu-report-card.1 and split.
(DEJATOOL): Add "report-card" tool.
(TESTSUITE_FILES): Add testsuite for "report-card" tool.

* commands/report-card.awk: New command script.

* doc/dejagnu.texi (Invoking dejagnu report card): New node.
* doc/dejagnu-report-card.1: New man page.

* testsuite/lib/bohman_ssd.exp: New file.
* testsuite/lib/report-card.exp: New file.
* testsuite/report-card.all/onetest.exp: New file.
* testsuite/report-card.all/passes.exp: New file.

Signed-off-by: Ben Elliston <bje@gnu.org>
12 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
commands/report-card.awk [new file with mode: 0644]
doc/dejagnu-report-card.1 [new file with mode: 0644]
doc/dejagnu.texi
doc/version.texi
testsuite/lib/bohman_ssd.exp [new file with mode: 0644]
testsuite/lib/report-card.exp [new file with mode: 0644]
testsuite/report-card.all/onetest.exp [new file with mode: 0644]
testsuite/report-card.all/passes.exp [new file with mode: 0644]