Adding Vector performance test.

This commit is contained in:
David Williams
2014-09-05 16:06:40 +02:00
parent 40a290bfce
commit a9f1a29868
2 changed files with 23 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class TestVector: public QObject
void testLength();
void testDotProduct();
void testEquality();
void testPerformance();
};
#endif