PkmnLib/tests/LibraryTests/SpeciesTests.cpp

7 lines
105 B
C++

#ifdef TESTS_BUILD
#include <doctest.h>
#include "../../src/Library/Species/PokemonSpecies.hpp"
#endif