diff --git a/xs/t/25_transformationmatrix.t b/xs/t/25_transformationmatrix.t new file mode 100644 index 000000000..8004ff7bc --- /dev/null +++ b/xs/t/25_transformationmatrix.t @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Slic3r::XS; +use Test::More tests => 0; + +__END__