diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-07-24 15:54:30 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-07-25 15:10:48 +0200 |
commit | ef4ead6db594965224805417f6959ee430d5c928 (patch) | |
tree | 761e69d7384147ab862f43fa0226fb4604dd2e87 /Makefile.SH | |
parent | 329865d81730328189992f6157dd4605d5c23f8e (diff) | |
download | perl-ef4ead6db594965224805417f6959ee430d5c928.tar.gz |
Makefile.SH: Add missing files for make test on cross builds
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index a2558de627..85fd312fae 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1411,6 +1411,7 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE $to cpan/*/t $to dist/*/t $to ext/*/t + $to cpan/Archive-Tar/* $to cpan/Term-Cap/test.pl $to cpan/Pod-Usage/* $to cpan/Pod-Parser/* @@ -1432,6 +1433,9 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE $to perl.h $to cflags $to *.h +# --- For t/porting/customized.t + $to vutil.c + $to vxs.inc # --- For t/TEST $to config.sh # --- For lib/diagnostics.t with -Duseshrplib |