PkmnLib/tests/LibraryTests/SpeciesTests.cpp

7 lines
120 B
C++

#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
#include "../../src/Library/Species/PokemonSpecies.hpp"
#endif