aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2013-06-17 19:22:10 +1000
committerBen Elliston <bje@gnu.org>2013-06-17 19:22:10 +1000
commit5481f29161477520c691d525653323b82fa47ad7 (patch)
treea2b8516f22fc55175e4f2d512835a5f186189801 /ChangeLog
parentb97cf09cd7b79d87b4ecfa064657140e25a8958e (diff)
downloaddejagnu-5481f29161477520c691d525653323b82fa47ad7.zip
dejagnu-5481f29161477520c691d525653323b82fa47ad7.tar.gz
dejagnu-5481f29161477520c691d525653323b82fa47ad7.tar.bz2
* runtest.exp (libdirs): New global variable.
(load_lib): Append libdirs to search_and_load_files directories. * doc/ref.xml (load_lib): Document global variable libdirs. * doc/dejagnu.texi: Regenerate. * testsuite/runtest.all/load_lib.exp: New testcase. * Makefile.am (TESTSUITE_FILES): Add new testcase. * Makefile.in: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0728842..2d23388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * runtest.exp (libdirs): New global variable.
+ (load_lib): Append libdirs to search_and_load_files directories.
+ * doc/ref.xml (load_lib): Document global variable libdirs.
+ * doc/dejagnu.texi: Regenerate.
+ * testsuite/runtest.all/load_lib.exp: New testcase.
+ * Makefile.am (TESTSUITE_FILES): Add new testcase.
+ * Makefile.in: Regenerate.
+
2013-06-15 Ben Elliston <bje@gnu.org>
* configure.ac: If DEJAGNU is unset, set it to /dev/null.