VertexLoader: Add very basic unit testing to get started

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

View file

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