This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pass STATIC_EXT to t/porting/FindExt.t
authorJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 22:14:18 +0000 (14:14 -0800)
committerJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 22:23:06 +0000 (14:23 -0800)
commit0b4dcbc1baee12b555171b57071e6d5f2b479818
treeb9da4f6fcf6d7fc2789feba46bbc11cc56f1f1b8
parent41ed632ef2f96ef1cd60c4ad0dba5a29ba54e27e
Pass STATIC_EXT to t/porting/FindExt.t

The list of static extensions on Windows is only known
inside win32/Makefile and win32/makefile.mk, so we need
to somehow pass it to t/porting/FindExt.t to give it
a chance to pass on Windows.

Unfortunately this means that PERL_STATIC_EXT will have
to be set manually if this test is to be run directly
and not via the Makefile.
t/porting/FindExt.t
win32/Makefile
win32/makefile.mk