aboutsummaryrefslogtreecommitdiff
path: root/testsuite/Makefile.in
AgeCommit message (Collapse)Author
2002-09-04 * Makefile.am: Add support to build Solaris and HPUX packages.Rob Savoye
* Makefile.in: Regenerated with automake 1.6. * aclocal.m4: Regenerated with aclocal 1.6. * example/hello/Makefile.in: Regenerated with automake 1.6. * example/calc/Makefile.in: Regenerated with automake 1.6. * missing: Update with the one from automake 1.6.
2002-04-262002-04-19 Nick Clifton <nickc@cambridge.redhat.com>Rob Savoye
* Import files from sourceware dejagnu repository: 2002-03-15 Chris Demetriou <cgd@broadcom.com> * baseboards/mips-sim-idt32.exp: New file. 2002-01-21 Ben Elliston <bje@redhat.com> * baseboards/sh-sid.exp: New file. 2001-11-26 Thomas Fitzsimmons <fitzsim@redhat.com> * baseboards/i386-sid.exp: New file. 2001-10-10 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (set_host_info): New proc. Call it to set gdb,nointerrupt flag to work around framework problems. 2001-08-24 Frank Ch. Eigler <fche@redhat.com> * baseboards/basic-sid.exp (find_sid_conf): Tolerate not finding path to pregen configuration file. 2001-02-22 Ben Elliston <bje@redhat.com> * config/sid.exp: New file. * baseboards/basic-sid.exp: Likewise. * baseboards/arm-sid.exp: Likewise. * baseboards/m32r-sid.exp: Likewise. * baseboards/m68k-sid.exp: Likewise.
2001-09-12 * Makefile.am: Add a clean-local target, and nuke example andRob Savoye
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-30 * acinclude.m4(DJ_AC_STL): Also useRob Savoye
AC_LANG_CPLUSPLUS so we build this test case with G++. * aclocal.m4, configure: Regenerated. * dejagnu.h: Don't use testout(), have each method print the array value directly, which is much simpler. * acinclude.m4(DJ_AC_STL): s/for for/for/. * dejagnu.h: Add conditional support for sstream. (testout): Likewise. Make return type `const'.
2001-05-09 * runtest.exp: Add new command line option, --status (or -st) toRob Savoye
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-04 * testsuite/libdejagnu: New directory for dejagnu library testRob Savoye
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-04-06 * Makefile.am: Add an empty check-DEJAGNU target, cause we onlyRob Savoye
want to run the testsuite once. * example/Makefile.am: Don't run "calc" as part of check target, cause calc is just an example. * testsuite/Makefile.am: Use the runtest in the source tree, or refuse to run.
2001-02-22 * debian/changelog: Add entry for new release.Rob Savoye
* debian/control: Fix problem with "no binary package" error. * debian/rules: Fix so things actually build a package. This was mostly installing the new html version of the doc, not an info page. * doc/Makefile.am: Build and install the rtf and ps versions of the manual. Remove all the created files and subdirectories. * doc/overview.sgml: Update the copyright message. * doc/ref.sgml: Update the copyright messages. Add section on obtaining DejaGnu releases. * doc/user.sgml: Update the copyright messages. Add blurb about the --mail option. * doc/overview: Regenerated.
2001-02-18 * Most all files: Update copyright notices.Rob Savoye
* 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 Savoye