mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-06-08 08:13:49 +00:00
Updated Catch2 to v3.12.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,5 @@
|
||||
#include "catch2/catch_all.hpp"
|
||||
|
||||
#include "DetourCommon.h"
|
||||
#include "catch2/catch_amalgamated.hpp"
|
||||
|
||||
TEST_CASE("dtRandomPointInConvexPoly")
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "catch2/catch_all.hpp"
|
||||
|
||||
#include "DetourPathCorridor.h"
|
||||
#include "catch2/catch_amalgamated.hpp"
|
||||
|
||||
TEST_CASE("dtMergeCorridorStartMoved")
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "catch2/catch_all.hpp"
|
||||
#include "catch2/catch_amalgamated.hpp"
|
||||
|
||||
#include "Recast.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user