Skip to content

Commit

Permalink
"coretest" to build PDL::LiteF's Core Gen Ops Primitive Ufunc Slices Bad
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 26, 2015
1 parent 87b63c7 commit 9f289b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile.PL
Expand Up @@ -587,15 +587,16 @@ ppm : doctest ppd
EOT

my $basic_pmblib = $self->cd('Basic', "\$(MAKE) pm_to_blib");
my $basiccore = $self->cd(File::Spec->catdir(qw(Basic Core)), "\$(MAKE)");
my $basicgen = $self->cd(File::Spec->catdir(qw(Basic Gen)), "\$(MAKE)");
# the modules in PDL::LiteF, used in t/core.t
my $basicbuild = join "\n\t",
map $self->cd(File::Spec->catdir(qw(Basic), $_), "\$(MAKE)"),
qw(Core Gen Ops Primitive Ufunc Slices Bad);
my $coretest = File::Spec->catfile(qw(t core.t));
$text .= <<EOF;
core :
$basic_pmblib
$basiccore
$basicgen
$basicbuild
coretest : core
prove -b $coretest
Expand Down

0 comments on commit 9f289b6

Please sign in to comment.