Ben Elliston
b97cf09cd7
This patch silences "WARNING: Couldn't find the global config file"
when running make check. From Gilles Espinasse.
* configure.ac: If DEJAGNU is unset, set it to /dev/null.
* Makefile.am: Export DEJAGNU.
* configure: Likewise.
* Makefile.in: Regenerate.
13 years ago
Bernhard Reutner-Fischer
3e48e41582
* doc/user.xml: Fix typos.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
fcb5cf517f
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
520f7493f6
* doc/user.xml: Fix rendering errors around programlisting.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
a340a5b44e
* doc/user.xml: Fix spacing before productname.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
fdf0a41ee0
* testsuite/runtest.all/default_procs.tcl (send_log): Use the
magic "args" parameter name, as expect send_log proc accepts -- as
a leading option.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Makoto Fujiwara
7bdef849bb
* Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
(config_DATA): Likewise for config_SCRIPTS.
(baseboard_DATA): Likewise for baseboard_SCRIPTS.
(EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
baseboard_SCRIPTS.
* Makefile.in: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Ben Elliston
152e0f4c61
* configure: Regenerate with autoconf 2.69.
* aclocal.m4: Regenerate.
13 years ago
Ben Elliston
3a721255d5
Add link to the Wikipedia page on Brendan Kehoe.
14 years ago
Ben Elliston
1a5f3ed034
Remove some warnings from new Automake.
* configure.in: Rename to ..
* configure.ac (AC_INIT): Use two-argument form.
(AM_INIT_AUTOMAKE): Use zero-argument form.
* aclocal.m4: Regenerate.
* configure. Regenerate.
* Makefile.in: Regenerate.
14 years ago
Ben Elliston
37c5b27dc4
Run automake --add-missing to silence Automake warnings.
* INSTALL: New.
* COPYING: Likewise.
14 years ago
Ben Elliston
c4ca1ba3f4
First pass at removing -W all warnings from new Automake.
* Makefile.am (html-local): Rename target from html.
* Makefile.in: Regenerate with automake 1.12.6.
* aclocal.m4: Likewise.
* configure: Regenerate.
14 years ago
Gilles Espinasse
74cc09fdf5
* TODO: Remove todo item about warncnt and errcnt.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Gilles Espinasse
4d13bc3a3c
* testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Ben Elliston
d6b13f7e51
* config.guess: Update to version 2013-02-12.
* config.sub: Likewise.
14 years ago
Rob Savoye
cb5ae80a5a
config/adb.exp: Add adb_file so we can remotely delete test case to save on limited disk space. Don't remove the file after executing it, leave that for the test driver instead.
14 years ago
Rob Savoye
f22aae7397
remove test case after execution to save on disk space.
14 years ago
Ben Elliston
de48b490c3
Tidy up Rob's latest ChangeLog entry.
14 years ago
Rob Savoye
76d84d66fe
Oops, too used to 'git log'.
14 years ago
Rob Savoye
b90e1bef78
ignore some files for git status
14 years ago
Rob Savoye
9996bb6413
regenerated with newer autotools
14 years ago
Rob Savoye
2354ff747f
add the new Android support files to use ADB remotely.
14 years ago
Rob Savoye
d8912f7d05
tweak serial config for Android.
14 years ago
Rob Savoye
33b71e46c0
new support for remote testing on Android.
14 years ago
Ben Elliston
591c924fb7
* example/hello: Remove.
* configure.ac: Likewise.
* configure: Regenerate.
14 years ago
Ben Elliston
e3f3b6f1ff
Fix simple typo in copyright statement.
14 years ago
Steve Ellcey
1f0cb30f21
* Makefile.am (baseboard_SCRIPTS): Add new baseboards.
* Makefile.in: Regenerate.
* baseboards/mips-sim-mti32.exp: New.
* baseboards/mips-sim-mti64.exp: New.
* baseboards/mips-sim-mti64_n32.exp: New.
* baseboards/mips-sim-mti64_64.exp: New.
* baseboards/mips-sim-sde32.exp: New.
* baseboards/mips-sim-sde64.exp: New.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Ben Elliston
08eed7f334
* aclocal.m4: Regenerate with automake 1.11.3.
* Makefile.in: Likewise.
* configure: Regenerate with autoconf 2.68.
14 years ago
Steve Ellcey
563cc5cc66
* baseboards/generic-sim.exp: New baseboard definition.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Andreas Schwab
57c22601af
* lib/framework.exp (clone_output): Protect from leading dash in
$message.
* runtest.exp (verbose): Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Tom Tromey
2939bf452e
* doc/runtest.1: Update.
* runtest.exp (xml_file_name): New global.
(usage): Update.
Handle optional argument to --xml.
* lib/framework.exp (open_logs): Respect xml_file_name.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Ben Elliston
dbd264c646
2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* runtest.exp (load_tool_init): Fix typo in -de option handling.
15 years ago
Ben Elliston
4db8771bfe
2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/runtest.1: Correct name of debug file.
15 years ago
Ben Elliston
eae0168398
* runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
for runtest.exp as a last resort (for usrmove environments, where
/bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
15 years ago
Ben Elliston
4229b21f72
* doc/user.xml: Various spelling and consistency fixes.
* doc/ref.xml: Likewise.
(exit_remote_shell): Remove, as this procedure is defunct.
* doc/dejagnu.texi: Regenerate.
15 years ago
Ben Elliston
149da74c2e
* config.guess: Update to version 2011-12-29.
* config.sub: Update to version 2011-11-11.
15 years ago
Ben Elliston
6a76be5ff4
2011-06-30 Tom Tromey <tromey@redhat.com>
* doc/ref.xml: Document find_gfortran.
* doc/dejagnu.texi: Regenerate.
* lib/target.exp (default_target_compile): Handle f90.
(default_target_compile): Likewise.
* lib/libgloss.exp (find_gfortran): New proc.
15 years ago
Ben Elliston
bc123e2c55
* Makefile.am (all-local): New rule.
* Makefile.in: Regenerate.
15 years ago
Ben Elliston
55a770e7c6
* config/vxworks.exp (vxworks_file): Use "file delete", not "exec
rm", for better portability.
* config/netware.exp (${board}_load): Likewise.
* lib/dg.exp (dg-test): Likewise.
* lib/framework.exp (open_logs): Likewise.
* lib/remote.exp (standard_file): Likewise.
* runtest.exp: Likewise.
* testsuite/runtest.all/options.exp: Likewise.
16 years ago
Ben Elliston
126a089777
* runtest.exp: Whitespace cleanups.
* lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
16 years ago
Ben Elliston
c24622e0f2
* runtest: Remove trailing semicolons.
* lib/rsh.exp: Likewise.
16 years ago
Ben Elliston
50a378f626
2011-03-15 H.J. Lu <hjl.tools@gmail.com>
* lib/remote.exp (local_exec): Ignore SIGHUP.
16 years ago
Ben Elliston
f13cc0cd29
* runtest.exp (frame_version): Set to 1.5.1.
* configure.ac (AC_INIT): Set version to 1.5.1.
* configure: Regenerate.
* doc/dejagnu.xml (appversion, version): Set to 1.5.1.
* doc/dejagnu.texi: Regenerate.
16 years ago
Ben Elliston
7fc900655a
* dejagnu.h: Whitespace cleanups.
16 years ago
Ben Elliston
43989788c7
Regenerate with modern autotools.
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.
* testsuite/Makefile.in: Likewise.
16 years ago
Ben Elliston
10ce77d934
Regenerate with modern autotools.
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* calc.h.in: Likewise.
* configure: Likewise.
16 years ago
Ben Elliston
0b27348f64
* baseboards/cris-sim.exp: Remove trailing semicolon(s).
* baseboards/mt-sid.exp: Likewise.
* baseboards/tx39-sim.exp: Likewise.
* lib/target.exp (default_target_compile): Likewise.
16 years ago
Ben Elliston
bb9877bf66
Reported by Flash Sheridan <flash@pobox.com>:
* doc/user.xml (Testing "Hello world" locally): Improve the
example test script and make it robust to failures. Tidy some
formatting errors.
* doc/dejagnu.texi: Regenerate.
16 years ago
Ben Elliston
0d8a42bc09
Fix whitespace issues flagged by Emacs' whitespace-report.
16 years ago
Ben Elliston
6d2e2d3791
* runtest.exp (runtest): Call reset_vars at initialisation so that
perror does not affect test results in other test scripts.
16 years ago