Add stub of test to compile the Material class.

This commit is contained in:
Matt Williams
2010-12-21 21:11:36 +00:00
parent 26d114defe
commit 4bdba629fb
3 changed files with 78 additions and 0 deletions

View File

@ -34,3 +34,7 @@ ADD_TEST(VectorDotProductTest ${LATEST_TEST} testDotProduct)
# Volume tests
CREATE_TEST(testvolume.h testvolume.cpp testvolume)
ADD_TEST(VolumeSizeTest ${LATEST_TEST} testSize)
# Material tests
CREATE_TEST(testmaterial.h testmaterial.cpp testmaterial)
ADD_TEST(MaterialTestCompile ${LATEST_TEST} testCompile)