You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Thu Mar 16 17:34:33 MST 1995
|
|
|
|
|
|
|
|
|
|
. Add more support for target boards and realtime OS's.
|
|
|
|
|
. Use the new expect terminal support for an "escape codes" API.
|
|
|
|
|
. Use expectk and write a GUI testing API, complete with
|
|
|
|
|
record/playback.
|
|
|
|
|
. Add a "testing methodologies" section to the manual.
|
|
|
|
|
|
* Most all files: Update copyright notices.
* Makefile.am: Add support for making RPMs. Force different
values for RUNTEST and RUNTESTFLAGS, so we can test ourselves.
* testsuite/Makefile.am: Force a different value for
RUNTESTFLAGS.
* acinclude.m4, configure.in: Find Tclsh, and Docbook.
* configure: Regenerated.
* doc/Makefile.am: Use $DOCBOOK to find the filters.
* doc/overview: Add the html version of the doc so one doesn't
need docbook to read the manual.
* example/calc/Makefile.am: New automake support.
* example/calc/Makefile.in: Generated.
* example/Makefile.am: Recursion support for make.
* example/calc/Makefile.in: Generated by automake.
* example/calc/calc.h.in: Move constants to calc.c, so we can use
autoheader.
* example/calc/calc.c: Add constants from calc.h.in.
* redhat/dejagnu.spec: New RPM packaging file.
* debian/{changelog,conffiles,control,copyright,postinst,preinst,
rules,site.exp}: New Debian packaging support.
26 years ago
|
|
|
|
|
|
|
|
. Add a configure test to make sure Tcl and expect are installed.
|
|
|
|
|
. Add support to runtest to produce a better error message when expect
|
|
|
|
|
can't be found.
|