UnitTests: Fix includes

Former-commit-id: 17f0094da0788864bed8ba47ea19ff215797e06e
This commit is contained in:
Lynix
2015-09-18 14:11:44 +02:00
parent b56a454a40
commit 294894e8c1
24 changed files with 26 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Algorithm.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
TEST_CASE("Approach", "[MATH][ALGORITHM]" )
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/BoundingVolume.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("BoundingVolume", "[MATH][BOUNDINGVOLUME]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Box.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Box", "[MATH][BOX]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/EulerAngles.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("EulerAngles", "[MATH][EULERANGLES]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Frustum.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Frustum", "[MATH][FRUSTUM]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Matrix4.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Matrix4", "[MATH][MATRIX4]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/OrientedBox.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("OrientedBox", "[MATH][ORIENTEDBOX]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Plane.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Plane", "[MATH][PLANE]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Quaternion.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Quaternion", "[MATH][QUATERNION]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Ray.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Ray", "[RAY]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Rect.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Rect", "[MATH][RECT]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Sphere.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
SCENARIO("Sphere", "[MATH][SPHERE]")
{

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Vector2.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
#include <Nazara/Math/Vector4.hpp>

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Vector3.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
#include <Nazara/Math/Vector4.hpp>

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Vector4.hpp>
#include <catch.hpp>
#include <Catch/catch.hpp>
#include <Nazara/Math/Vector3.hpp>