mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-03 22:16:36 +08:00
update skipping code
This commit is contained in:
parent
e98038801a
commit
08e8bd1b7d
@ -3,15 +3,19 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
plan skip_all => 'temporarily disabled';
|
||||||
|
|
||||||
|
BEGIN {
|
||||||
|
use FindBin;
|
||||||
|
use lib "$FindBin::Bin/../../lib";
|
||||||
|
use local::lib "$FindBin::Bin/../../local-lib";
|
||||||
|
}
|
||||||
|
|
||||||
use Slic3r::XS;
|
use Slic3r::XS;
|
||||||
use Test::More tests => 1;
|
use Test::More tests => 1;
|
||||||
|
|
||||||
use constant Z => 2;
|
use constant Z => 2;
|
||||||
|
|
||||||
ok 0 < 1, 'dummy';
|
|
||||||
|
|
||||||
__END__
|
|
||||||
|
|
||||||
is Slic3r::TriangleMesh::hello_world(), 'Hello world!',
|
is Slic3r::TriangleMesh::hello_world(), 'Hello world!',
|
||||||
'hello world';
|
'hello world';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user