PkmnLib/tests/LibraryTests/SpeciesTests.cpp

7 lines
120 B
C++
Raw Normal View History

2019-12-29 14:29:52 +00:00
#ifdef TESTS_BUILD
#include "../../extern/doctest.hpp"
2019-12-29 14:29:52 +00:00
#include "../../src/Library/Species/PokemonSpecies.hpp"
#endif