Replace Catch header by a xmake package

This commit is contained in:
Jérôme Leclercq
2021-06-04 20:09:35 +02:00
parent ee2ceaa701
commit d72984380d
64 changed files with 68 additions and 17861 deletions

View File

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

View File

@@ -1,7 +1,7 @@
#include <Nazara/Math/Angle.hpp>
#include <Nazara/Math/EulerAngles.hpp>
#include <Nazara/Math/Quaternion.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
SCENARIO("Angle", "[MATH][ANGLE]")
{

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
#include <Nazara/Math/Matrix4.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
#include <array>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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