Updated catch to v1.12.2

This commit is contained in:
Lukas Dürrenberger 2018-08-14 22:56:34 +02:00 committed by Lukas Dürrenberger
parent 11b3fe4283
commit 7d496095a5
3 changed files with 4630 additions and 1938 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@ set(SRCROOT "${PROJECT_SOURCE_DIR}/test/src")
SET(SRC SET(SRC
"${SRCROOT}/Main.cpp" "${SRCROOT}/Main.cpp"
"${SRCROOT}/UnitTests.hpp"
"${SRCROOT}/UnitTests.cpp" "${SRCROOT}/UnitTests.cpp"
"${SRCROOT}/Vector2.cpp" "${SRCROOT}/Vector2.cpp"
"${SRCROOT}/Rect.cpp" "${SRCROOT}/Rect.cpp"

View File

@ -5,7 +5,6 @@
#include <SFML/Graphics/Color.hpp> #include <SFML/Graphics/Color.hpp>
#include <sstream> #include <sstream>
// String conversions for Catch framework // String conversions for Catch framework
namespace Catch namespace Catch
{ {