VertexLoader: Add very basic unit testing to get started

This commit is contained in:
Pierre Bourdon
2014-08-01 23:42:36 -07:00
parent 6f715a1fbe
commit c39ef56db5
3 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1 @@
add_dolphin_test(VertexLoaderTest VertexLoaderTest.cpp)