diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2013-06-17 19:22:10 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2013-06-17 19:22:10 +1000 |
commit | 5481f29161477520c691d525653323b82fa47ad7 (patch) | |
tree | a2b8516f22fc55175e4f2d512835a5f186189801 /ChangeLog | |
parent | b97cf09cd7b79d87b4ecfa064657140e25a8958e (diff) | |
download | dejagnu-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |