This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/bless.t: tests for RT #3305 and RT #3306
[perl5.git] / Porting / exercise_makedef.pl
index 03b2061..4003410 100644 (file)
@@ -52,8 +52,9 @@ my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms
            cflags => ['', 'CCFLAGS=-Dperl=rules -Dzzz'],
            Deq => ['', '-Dbeer=foamy'],
            D => ['', '-DPERL_IMPLICIT_SYS'],
-           cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC BORLAND)],
+           cctype => ['', map {"CCTYPE=$_"} qw (MSVC60 GCC)],
            filetype => ['', 'FILETYPE=def', 'FILETYPE=imp'],
+           targ_dir => ['', 'TARG_DIR=t/../'],
           );
 
 sub expand {