From 956b7e1222f48c7bd1f96f1b9e9828efcfca716f Mon Sep 17 00:00:00 2001 From: Michael Kirsch Date: Sun, 7 Jul 2019 22:49:38 +0200 Subject: [PATCH] reenable mesh and 3mf tests --- xs/t/01_trianglemesh.t | 12 +++--------- xs/t/23_3mf.t | 8 -------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/xs/t/01_trianglemesh.t b/xs/t/01_trianglemesh.t index c546c87b1..f87c12ac9 100644 --- a/xs/t/01_trianglemesh.t +++ b/xs/t/01_trianglemesh.t @@ -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__ diff --git a/xs/t/23_3mf.t b/xs/t/23_3mf.t index d1ae137b4..beb3adb2a 100644 --- a/xs/t/23_3mf.t +++ b/xs/t/23_3mf.t @@ -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.