Move all dependencies over to CPM
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/Natures/NatureLibrary.hpp"
|
||||
#include "../../src/Library/Statistic.hpp"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/Species/SpeciesLibrary.hpp"
|
||||
|
||||
TEST_CASE("Able to build and destroy empty library") {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/Species/PokemonSpecies.hpp"
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifdef TESTS_BUILD
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include <doctest.h>
|
||||
#include "../../src/Battling/Pokemon/CreatePokemon.hpp"
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user