Skip to content

Commit

Permalink
More Test::PDL checks/fixes.
Browse files Browse the repository at this point in the history
The Test::PDL files were not part of the MANIFEST, so I added them.

Also, somehow, my changes to Lib/Makefile.PL were not committed.
I've tweaked them now so that Test::PDL's makefile gets run.
  • Loading branch information
run4flat committed Aug 28, 2012
1 parent 53f781a commit 3cf73de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Makefile.PL
Expand Up @@ -7,7 +7,7 @@ WriteMakefile(
'NAME' => 'PDL::Lib',
VERSION_FROM => '../Basic/Core/Version.pm',
DIR => [ qw/Opt ImageRGB Fit FFT Filter Image2D ImageND
CallExt Slatec GSL FFTW GIS Transform Minuit Compression
CallExt Slatec GSL FFTW GIS Transform Minuit Compression Test
/ ],
# Interpolate
);
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Expand Up @@ -608,6 +608,8 @@ Lib/Slatec/slatec/xermsg.f
Lib/Slatec/slatec/xerprn.f
Lib/Slatec/slatec/xersve.f
Lib/Slatec/slatec/xgetua.f
Lib/Test/Makefile.PL
Lib/Test/PDL.pm
Lib/Transform/Cartography/Cartography.pm
Lib/Transform/Cartography/Makefile.PL
Lib/Transform/Cartography/earth_coast.vec.fits
Expand Down Expand Up @@ -732,6 +734,7 @@ t/interp.t
t/interp_slatec.t
t/interpol.t
t/iotypes.t
t/is_pdl.t
t/lgamma.t
t/limits_00.t
t/limits_errb.t
Expand Down

0 comments on commit 3cf73de

Please sign in to comment.