1
0
mirror of https://github.com/mirror/make.git synced 2025-03-29 05:20:28 +08:00

* tests/run_make_tests.pl: [SV 50902] Find Perl modules

This commit is contained in:
Enrique Olaizola 2017-05-27 14:24:33 -04:00 committed by Paul Smith
parent a95cb30ab5
commit d9d4e06084

View File

@ -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";