Updated Catch2 to v3.12.0

This commit is contained in:
Graham Pentheny
2026-02-08 13:25:30 -05:00
parent 89d215d551
commit df91891677
8 changed files with 4434 additions and 1853 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,5 @@
#include "catch2/catch_all.hpp"
#include "DetourCommon.h"
#include "catch2/catch_amalgamated.hpp"
TEST_CASE("dtRandomPointInConvexPoly")
{

View File

@@ -1,6 +1,5 @@
#include "catch2/catch_all.hpp"
#include "DetourPathCorridor.h"
#include "catch2/catch_amalgamated.hpp"
TEST_CASE("dtMergeCorridorStartMoved")
{

View File

@@ -1,11 +1,11 @@
#include <stdio.h>
#include <string.h>
#include "catch2/catch_all.hpp"
#include "Recast.h"
#include "Recast.h"
#include "RecastAlloc.h"
#include "RecastAssert.h"
#include "catch2/catch_amalgamated.hpp"
#include <stdio.h>
#include <string.h>
#include <vector>
// TODO: Implement benchmarking for platforms other than posix.

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include "catch2/catch_all.hpp"
#include "catch2/catch_amalgamated.hpp"
#include "RecastAlloc.h"
#include "RecastAssert.h"

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include "catch2/catch_all.hpp"
#include "catch2/catch_amalgamated.hpp"
#include "Recast.h"

View File

@@ -2,7 +2,7 @@
#include <string.h>
#include <vector>
#include "catch2/catch_all.hpp"
#include "catch2/catch_amalgamated.hpp"
#include "Recast.h"
#include "RecastAlloc.h"