aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
AgeCommit message (Collapse)AuthorFilesLines
2002-09-04Regenerated html docs. Tweaked how Makefile.am builds tarballs.dejagnu-1.4.3-releaseRob Savoye1-1/+1
2002-08-31Minor Updates before release.Rob Savoye1-2/+2
2002-07-16Mostly new Makefiles cause I reran automake.Rob Savoye1-1/+2
2002-04-26Checkin initial version of kpass/kfail support.Rob Savoye1-2/+4
2002-04-262002-04-25 <Matthew Bemis <bemis@iol.unh.edu>Rob Savoye1-0/+10
* lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{}, plus a few hooks to xml_output in the other logging procs to produce XML output. * runtest.exp: Add support for the --x option for XML output.
2001-10-072001-10-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>Rob Savoye1-1/+5
* Check for Makefile style arguments in the second pass, but ignore them, so they don't become invalid arguments.
2001-09-13Change the version number to 1.4.2.dejagnu-1.4.2-releaseRob Savoye1-1/+1
2001-09-12 * Makefile.am: Add a clean-local target, and nuke example andRob Savoye1-16/+17
testsuite from SUBDIRS, so they don't get built via "make all". * Makefile: All Makefiles regenerated. * debian/changelog: Update version for 1.4.2 release. * redhat/dejagnu.spec: Update version for 1.4.2 release.
2001-05-14 * runtest.exp: Conditionally set the exit_status so we don't stompRob Savoye1-10/+13
on FAIL. Rearrange --status so it works correctly with --strace.
2001-05-09 * runtest.exp: Add new command line option, --status (or -st) toRob Savoye1-3/+16
toggle whether Tcl script bugs in test drivers should be propogated as an error to the shell. * lib/dejagnu.exp: Trim off test state part of the message, so we don't duplicate it.
2001-05-06 * debian/rules: Install all the doc formats.dejagnu-1.4.1-releaseRob Savoye1-3/+8
* redhat/dejagnu.spec: Install all the doc formats. * Clean.tcl: Also nuke all Emacs backup files. * Makefile.am: Fix dependencies on tarball target. Add new target to build Debian packages. Add $(includedir) to install-data-local target so dejagnu.h gets installed in the right place. * doc/Makefile.am: Make all paths absolute, cause some versions of the db2* tools are braindead. * doc/overview.sgml: Update version numbers and log. * doc/user.sgml: Add mention of dejagnu.h header file. * doc/ref.sgml: Add chapter on dejagnu.h header file for unit testing. * config/default.exp: New file for default config settings for simple native testsuites that don't need anything else. * lib/dejagnu.exp: Add $text\r\n to all strings, to make sure we only get one line at a time. * testsuite/libdejagnu: New directory for dejagnu library test cases. * testsuite/libdejagnu/unit.cc: Test case for dejagnu.h. * testsuite/libdejagnu/tunit.exp: Test driver for dejagnu.h. * testsuite/libdejagnu/Makefile.am: New makefile to build the test case. * testsuite/libdejagnu/Makefile.in: Generated. * testsuite/Makefile.am: Add libdejagnu to SUBDIRS. Replace the site.exp rule, cause we don't want the $tool setting, so we run all the test suites. Don't pass the tool name for "make check". * configure.in: Add testsuite/libdejagnu/Makefile to AC_OUTPUT.
2001-02-18 * Most all files: Update copyright notices.Rob Savoye1-5/+5
* 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.
2001-02-05Initial revisionRob Savoye1-0/+1873