-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
Jacob Bachmeyer
authored and
Ben Elliston
committed
Jan 2, 2019
1 parent
b51a38c
commit dc67c89
Showing
12 changed files
with
1,262 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
2019-01-02 Jacob Bachmeyer <[email protected]> | ||
|
||
* 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. | ||
|
||
2019-01-02 Ben Elliston <[email protected]> | ||
|
||
* Makefile.am (DISTCLEANFILES): Don't use this. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.