X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test%2Fmain.cpp;fp=test%2Fmain.cpp;h=c30648bf64e1c2ed02a4406aea3402e63ca590e5;hb=a3813178bbde16fe13657172e73ab0926a018ba4;hp=fb34356c5e8a32d3bf0acf64038f9015350a1749;hpb=cd0a452fdb1314f56635e1ca3747a279f7f00104;p=meshio%2Fmeshio.git diff --git a/test/main.cpp b/test/main.cpp index fb34356..c30648b 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -127,6 +127,11 @@ TEST(pmd, write) //EXPECT_EQ(45, io.rigidbodies.size()); //EXPECT_EQ(27, io.constraints.size()); } + + { + pmd::IO io; + EXPECT_TRUE(io.write("miku.pmd")); + } } TEST(vmd, read)