This commit is contained in:
Seiji Emery 2015-07-02 17:29:08 -07:00
parent 28543c0bf2
commit 1fc1c7c794
3 changed files with 2 additions and 8 deletions

View file

@ -9,8 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
//#include <QDebug>
#include <AABox.h>
#include <AACube.h>

View file

@ -23,8 +23,8 @@ private slots:
// Use QCOMPARE_WITH_ABS_ERROR and define it for glm::quat
#include <glm/glm.hpp>
float getErrorDifference (const glm::quat & a, const glm::quat & b);
QTextStream & operator << (QTextStream & stream, const glm::quat & q);
float getErrorDifference (const glm::quat& a, const glm::quat& b);
QTextStream & operator << (QTextStream& stream, const glm::quat& q);
#include "../QTestExtensions.h"
#endif // hifi_AngularConstraintTests_h

View file

@ -19,10 +19,6 @@
QTEST_MAIN(MovingPercentileTests)
//
// THIS IS HOW YOU WRITE UNIT TESTS
//
// Defines the test values we use for n:
static const QVector<int> testValues { 1, 2, 3, 4, 5, 10, 100 };