Update MANIFEST and test
This commit is contained in:
parent
5fe5021fd7
commit
65dd95aaac
@ -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
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user