9 #include <boost/test/tools/output_test_stream.hpp>
10 #include <boost/test/unit_test.hpp>
24 BOOST_AUTO_TEST_SUITE(Visualization)
30 bool triangulate =
false;
33 std::cout <<
"Surfaces Obj Test : " << objTest.size()
34 <<
" characters written with " << objErrors.size() <<
" errors."
36 BOOST_CHECK(objErrors.empty());
37 for (
const auto& objerr : objErrors) {
38 std::cout << objerr << std::endl;
44 std::cout <<
"Surfaces Obj Test 3M : " << objTest3M.size()
45 <<
" characters written with " << objErrors3M.size() <<
" errors."
47 BOOST_CHECK(objErrors3M.empty());
48 for (
const auto& objerr : objErrors3M) {
49 std::cout << objerr << std::endl;
82 BOOST_AUTO_TEST_SUITE_END()