mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 06:20:38 +08:00
reenable mesh and 3mf tests
This commit is contained in:
parent
c7afa5c578
commit
956b7e1222
@ -3,16 +3,8 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
plan skip_all => 'temporarily disabled';
|
use Test::More;
|
||||||
|
|
||||||
BEGIN {
|
|
||||||
use FindBin;
|
|
||||||
use lib "$FindBin::Bin/../../lib";
|
|
||||||
use local::lib "$FindBin::Bin/../../local-lib";
|
|
||||||
}
|
|
||||||
|
|
||||||
use Slic3r::XS;
|
use Slic3r::XS;
|
||||||
use Test::More tests => 1;
|
|
||||||
|
|
||||||
use constant Z => 2;
|
use constant Z => 2;
|
||||||
|
|
||||||
@ -138,4 +130,6 @@ my $cube = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
done_testing();
|
||||||
|
|
||||||
__END__
|
__END__
|
||||||
|
@ -10,14 +10,6 @@ use File::Basename qw(dirname);
|
|||||||
|
|
||||||
require Encode;
|
require Encode;
|
||||||
|
|
||||||
#plan skip_all => 'temporarily disabled';
|
|
||||||
|
|
||||||
BEGIN {
|
|
||||||
use FindBin;
|
|
||||||
use lib "$FindBin::Bin/../../lib";
|
|
||||||
use local::lib "$FindBin::Bin/../../local-lib";
|
|
||||||
}
|
|
||||||
|
|
||||||
use Slic3r::XS;
|
use Slic3r::XS;
|
||||||
|
|
||||||
# Removes '\n' and '\r\n' from a string.
|
# Removes '\n' and '\r\n' from a string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user