mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:35:55 +08:00
Include local-lib to testcase
This commit is contained in:
parent
1ab568399f
commit
5beb10c4e3
@ -5,6 +5,7 @@ use warnings;
|
||||
BEGIN {
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
use local::lib "$FindBin::Bin/../local-lib";
|
||||
}
|
||||
|
||||
use List::Util qw(first);
|
||||
|
Loading…
x
Reference in New Issue
Block a user