diff --git a/src/Magnum/Animation/Test/PlayerTest.cpp b/src/Magnum/Animation/Test/PlayerTest.cpp index 707240b6e..85203241b 100644 --- a/src/Magnum/Animation/Test/PlayerTest.cpp +++ b/src/Magnum/Animation/Test/PlayerTest.cpp @@ -119,6 +119,7 @@ const struct { PlayerTest::PlayerTest() { addTests({&PlayerTest::constructEmpty, &PlayerTest::construct, + &PlayerTest::constructChrono, &PlayerTest::constructCopy, &PlayerTest::constructMove, diff --git a/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp index c30c63220..c3485bfb6 100644 --- a/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp +++ b/src/MagnumPlugins/ObjImporter/Test/ObjImporterTest.cpp @@ -129,6 +129,7 @@ ObjImporterTest::ObjImporterTest() { &ObjImporterTest::wrongPointIndexData, &ObjImporterTest::wrongLineIndexData, &ObjImporterTest::wrongTriangleIndexData, + &ObjImporterTest::polygonIndexData, &ObjImporterTest::missingPositionData, &ObjImporterTest::missingNormalData,