mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 21:47:45 +00:00
* tests/run_make_tests.pl: [SV 50902] Find Perl modules
This commit is contained in:
parent
a95cb30ab5
commit
d9d4e06084
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ if ($^O eq 'VMS')
|
||||||
$CMD_rmfile = 'delete_file -no_ask';
|
$CMD_rmfile = 'delete_file -no_ask';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use FindBin;
|
||||||
|
use lib "$FindBin::Bin";
|
||||||
|
|
||||||
require "test_driver.pl";
|
require "test_driver.pl";
|
||||||
require "config-flags.pm";
|
require "config-flags.pm";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue