move GlmTestUtils.h to GLMTestUtils.h

This commit is contained in:
Andrew Meadows 2015-08-12 13:37:59 -07:00
parent 488f6aa7d8
commit ba5346aee7
3 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
#include <NumericalConstants.h>
// Add additional qtest functionality (the include order is important!)
#include "GlmTestUtils.h"
#include "GLMTestUtils.h"
#include "../QTestExtensions.h"
// Constants

View file

@ -1,5 +1,5 @@
//
// GlmTestUtils.h
// GLMTestUtils.h
// tests/physics/src
//
// Created by Seiji Emery on 6/22/15
@ -9,8 +9,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef hifi_GlmTestUtils_h
#define hifi_GlmTestUtils_h
#ifndef hifi_GLMTestUtils_h
#define hifi_GLMTestUtils_h
#include <glm/glm.hpp>
#include <glm/gtx/quaternion.hpp>

View file

@ -16,7 +16,7 @@
// Add additional qtest functionality (the include order is important!)
#include "BulletTestUtils.h"
#include "GlmTestUtils.h"
#include "GLMTestUtils.h"
#include "../QTestExtensions.h"
const btScalar acceptableRelativeError(1.0e-5f);