tests: add new testing model solid_one_facet.be_stlb

This commit is contained in:
Hugues Delorme 2015-09-10 16:12:05 +02:00
parent edff3f77f8
commit 02dc1f734a
2 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

@ -110,6 +110,11 @@ const char* test_stl_read()
GMIO_STL_FORMAT_BINARY_LE,
NULL
},
{ "models/solid_one_facet.be_stlb",
GMIO_ERROR_OK,
GMIO_STL_FORMAT_BINARY_BE,
NULL
},
{ "models/solid_one_facet_uppercase.stla",
GMIO_ERROR_OK,
GMIO_STL_FORMAT_ASCII,
@ -220,6 +225,12 @@ void generate_stlb_tests_models()
&mesh,
NULL,
NULL);
gmio_stl_write_file(
GMIO_STL_FORMAT_BINARY_BE,
"models/solid_one_facet.be_stlb",
&mesh,
NULL,
NULL);
}
}