diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-19 12:15:38 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-23 11:28:55 +0200 |
commit | 1f7ae1bebc8320dc91487a39ea193bcc924a8bb3 (patch) | |
tree | 3cc5e489130e583b645b78bcfdeb3ebf2c7a0191 /Porting/exercise_makedef.pl | |
parent | 8dd15074b0ebb0005614fdc3e7a8255729b7207b (diff) | |
download | perl-1f7ae1bebc8320dc91487a39ea193bcc924a8bb3.tar.gz |
Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.
This adds to makedef.pl a new platform, "test".
Hopefully this change will catch most problems that previously had resulted
in build failures on Win32.
Diffstat (limited to 'Porting/exercise_makedef.pl')
-rw-r--r-- | Porting/exercise_makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/exercise_makedef.pl b/Porting/exercise_makedef.pl index 35881920d5..03b2061c41 100644 --- a/Porting/exercise_makedef.pl +++ b/Porting/exercise_makedef.pl @@ -48,7 +48,7 @@ $SIG{INT} = sub { die }; # Trigger END processing close $out or die "Can't close $mpm: $!"; } -my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms)], +my @args = (platform => [map {"PLATFORM=$_"} qw(aix win32 wince os2 netware vms test)], cflags => ['', 'CCFLAGS=-Dperl=rules -Dzzz'], Deq => ['', '-Dbeer=foamy'], D => ['', '-DPERL_IMPLICIT_SYS'], |