PkmnLib/tests/LibraryTests/SpeciesTests.cpp

5 lines
103 B
C++

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