Handle dependencies through CPM
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/BaseLibrary.hpp"
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/EffectParameter.hpp"
|
||||
|
||||
using namespace CreatureLib::Library;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifdef TESTS_BUILD
|
||||
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/CreatureData/CreatureSpecies.hpp"
|
||||
|
||||
using namespace CreatureLib::Library;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
||||
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
|
||||
TEST_CASE("Can Create Attack Library") {
|
||||
|
||||
Reference in New Issue
Block a user