reenable mesh and 3mf tests

This commit is contained in:
Michael Kirsch 2019-07-07 22:49:38 +02:00 committed by Joseph Lenox
parent c7afa5c578
commit 956b7e1222
2 changed files with 3 additions and 17 deletions

View File

@ -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__

View File

@ -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.