PkmnLib/tests/LibraryTests/SpeciesTests.cpp

5 lines
103 B
C++
Raw Normal View History

2019-12-29 14:29:52 +00:00
#ifdef TESTS_BUILD
2022-02-11 11:17:27 +00:00
#include <doctest.h>
2019-12-29 14:29:52 +00:00
#include "../../src/Library/Species/PokemonSpecies.hpp"
#endif