Yay!
@ -119,6 +119,7 @@ const struct {
PlayerTest::PlayerTest() {
addTests({&PlayerTest::constructEmpty,
&PlayerTest::construct,
&PlayerTest::constructChrono,
&PlayerTest::constructCopy,
&PlayerTest::constructMove,
@ -129,6 +129,7 @@ ObjImporterTest::ObjImporterTest() {
&ObjImporterTest::wrongPointIndexData,
&ObjImporterTest::wrongLineIndexData,
&ObjImporterTest::wrongTriangleIndexData,
&ObjImporterTest::polygonIndexData,
&ObjImporterTest::missingPositionData,
&ObjImporterTest::missingNormalData,