mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-12 15:26:14 +07:00
update catch to v3.2.1
This commit is contained in:
Submodule modules/catch2 updated: 216713a406...ab6c7375be
@@ -23,7 +23,8 @@ mkdir -p "${SOURCES_RDPARTY_DIR}"
|
||||
#
|
||||
|
||||
mkdir -p "${UNTESTS_DIR}/catch"
|
||||
cp -fv "${MODULES_DIR}/catch2/single_include/catch2/catch.hpp" "${UNTESTS_DIR}/catch/catch.hpp"
|
||||
cp -fv "${MODULES_DIR}/catch2/extras/catch_amalgamated.hpp" "${UNTESTS_DIR}/catch/catch_amalgamated.hpp"
|
||||
cp -fv "${MODULES_DIR}/catch2/extras/catch_amalgamated.cpp" "${UNTESTS_DIR}/catch/catch_amalgamated.cpp"
|
||||
|
||||
#
|
||||
# imgui
|
||||
|
||||
@@ -6,6 +6,7 @@ function(add_e2d_tests NAME)
|
||||
#
|
||||
|
||||
file(GLOB ${TESTS_NAME}_sources
|
||||
catch/*.*
|
||||
sources/*.*
|
||||
sources/${TESTS_NAME}/*.*)
|
||||
set(TESTS_SOURCES ${${TESTS_NAME}_sources})
|
||||
|
||||
17966
untests/catch/catch.hpp
17966
untests/catch/catch.hpp
File diff suppressed because it is too large
Load Diff
10517
untests/catch/catch_amalgamated.cpp
Normal file
10517
untests/catch/catch_amalgamated.cpp
Normal file
File diff suppressed because it is too large
Load Diff
12524
untests/catch/catch_amalgamated.hpp
Normal file
12524
untests/catch/catch_amalgamated.hpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../catch/catch.hpp"
|
||||
#include <enduro2d/enduro2d.hpp>
|
||||
#include "../catch/catch_amalgamated.hpp"
|
||||
|
||||
namespace e2d_untests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user