diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-21 14:06:33 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-25 11:34:36 +0200 |
commit | 813af182c721347d3b3d708bd8be9bce7c540971 (patch) | |
tree | fbe1444bed545cd855c5cae1055a4be41d6a4f57 /Porting/exercise_makedef.pl | |
parent | 762c82dbe6c62c316460d460b99a834fe6ad69ea (diff) | |
download | perl-813af182c721347d3b3d708bd8be9bce7c540971.tar.gz |
Test the TARG_DIR argument to makedef.pl too.
Diffstat (limited to 'Porting/exercise_makedef.pl')
-rw-r--r-- | Porting/exercise_makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/exercise_makedef.pl b/Porting/exercise_makedef.pl index 03b2061c41..5d2628c478 100644 --- a/Porting/exercise_makedef.pl +++ b/Porting/exercise_makedef.pl @@ -54,6 +54,7 @@ my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms D => ['', '-DPERL_IMPLICIT_SYS'], cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC BORLAND)], filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'], + targ_dir => ['', 'TARG_DIR=t/../'], ); sub expand { |