This commit is contained in:
parent
9f660738b3
commit
4a84643894
3 changed files with 11 additions and 10 deletions
|
@ -2,13 +2,14 @@ use Test::More;
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
plan tests => 11;
|
||||
plan tests => 12;
|
||||
|
||||
BEGIN {
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
}
|
||||
|
||||
use List::Util qw(first);
|
||||
use Slic3r;
|
||||
use Slic3r::Test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue