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