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,5 +1,5 @@
#include <Nazara/Network/IpAddress.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
SCENARIO("IpAddress", "[NETWORK][IPADDRESS]")
{

View File

@@ -3,7 +3,7 @@
#include <Nazara/Network/SocketPoller.hpp>
#include <Nazara/Network/TcpClient.hpp>
#include <Nazara/Network/TcpServer.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
#include <random>
SCENARIO("SocketPoller", "[NETWORK][SOCKETPOLLER]")

View File

@@ -2,7 +2,7 @@
#include <Nazara/Network/NetPacket.hpp>
#include <Nazara/Network/TcpClient.hpp>
#include <Nazara/Network/TcpServer.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
#include <chrono>
#include <random>
#include <thread>

View File

@@ -1,7 +1,7 @@
#include <Nazara/Math/Vector3.hpp>
#include <Nazara/Network/UdpSocket.hpp>
#include <Nazara/Network/NetPacket.hpp>
#include <Catch/catch.hpp>
#include <catch2/catch.hpp>
#include <random>
SCENARIO("UdpSocket", "[NETWORK][UDPSOCKET]")