@ -42,6 +42,8 @@ struct RemoveDuplicatesTest: TestSuite::Tester {
void removeDuplicatesIndexedInPlaceSmallType();
void removeDuplicatesIndexedInPlaceEmptyIndices();
void removeDuplicatesIndexedInPlaceEmptyIndicesVertices();
/* this is additionally regression-tested in PrimitivesIcosphereTest */
};
RemoveDuplicatesTest::RemoveDuplicatesTest() {
@ -41,6 +41,8 @@ struct SubdivideTest: TestSuite::Tester {
template<class T> void subdivideInPlace();
void subdivideInPlaceWrongIndexCount();
void subdivideInPlaceSmallIndexType();
typedef Math::Vector<1, Int> Vector1;