aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2008-04-07 14:48:21 +1000
committerBen Elliston <bje@gnu.org>2008-04-07 14:49:27 +1000
commit7cd597d12ffd161206a468963fb791ffa833086e (patch)
tree0848199f286311055864ea8b82634e34a6ad7b78 /ChangeLog
parent7366d4887cca6839218272fc298cd1a1fb708b39 (diff)
downloaddejagnu-origin/master.zip
dejagnu-origin/master.tar.gz
dejagnu-origin/master.tar.bz2
Make the testsuite work better.origin/masterorigin/HEAD
* Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST). * Makefile.in: Regenerate. * dejagnu.exp (host_execute): Improve regexp matching. * testsuite/libdejagnu/unit.cc: C++ fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3365d4..784e6c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-04-06 Daniel Jacobowitz <drow@false.org>
+ * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
+ * Makefile.in: Regenerate.
+ * dejagnu.exp (host_execute): Improve regexp matching.
+ * testsuite/libdejagnu/unit.cc: C++ fixes.
+
+2008-04-06 Daniel Jacobowitz <drow@false.org>
+
* lib/utils.exp (diff): Open both files as binary.
2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>