aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1171a38..86c92cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -478,6 +478,7 @@ TESTSUITE_FILES = \
testsuite/runtest.all/clone_output.test \
testsuite/runtest.all/config.test \
testsuite/runtest.all/default_procs.tcl \
+ testsuite/runtest.all/load_lib.exp \
testsuite/config/default.exp \
testsuite/lib/libsup.exp \
testsuite/lib/util-defs.exp \