summaryrefslogtreecommitdiff
path: root/tests/run_make_tests.pl
diff options
context:
space:
mode:
authorEnrique Olaizola <enrique_olaizola16@hotmail.com>2017-05-27 14:24:33 -0400
committerPaul Smith <psmith@gnu.org>2017-06-04 10:19:57 -0400
commitd9d4e06084a4c7da480bd49a3487aadf6ba77b54 (patch)
tree8892fd9da212614b4400f4e1831656f25cd7add8 /tests/run_make_tests.pl
parenta95cb30ab5eed851c6efafb5a871a6fa8860268b (diff)
downloadmake-git-d9d4e06084a4c7da480bd49a3487aadf6ba77b54.tar.gz
* tests/run_make_tests.pl: [SV 50902] Find Perl modules
Diffstat (limited to 'tests/run_make_tests.pl')
-rw-r--r--tests/run_make_tests.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl
index a74417ac..a8440941 100644
--- a/tests/run_make_tests.pl
+++ b/tests/run_make_tests.pl
@@ -64,6 +64,9 @@ if ($^O eq 'VMS')
$CMD_rmfile = 'delete_file -no_ask';
}
+use FindBin;
+use lib "$FindBin::Bin";
+
require "test_driver.pl";
require "config-flags.pm";