Update MANIFEST and test

This commit is contained in:
Alessandro Ranellucci 2014-05-27 00:03:23 +02:00
parent 5fe5021fd7
commit 65dd95aaac
2 changed files with 3 additions and 1 deletions

View File

@ -1736,6 +1736,7 @@ t/14_geometry.t
t/15_config.t
t/16_flow.t
t/17_boundingbox.t
t/18_motionplanner.t
xsp/BoundingBox.xsp
xsp/Clipper.xsp
xsp/Config.xsp
@ -1749,6 +1750,7 @@ xsp/Flow.xsp
xsp/Geometry.xsp
xsp/Line.xsp
xsp/Model.xsp
xsp/MotionPlanner.xsp
xsp/my.map
xsp/mytype.map
xsp/Point.xsp

View File

@ -4,7 +4,7 @@ use strict;
use warnings;
use Slic3r::XS;
use Test::More tests => 17;
use Test::More tests => 22;
my $square = Slic3r::Polygon->new( # ccw
[100, 100],