#include "evolution_test.h" #include "evolution_test/evolution_v1_generated.h" #include "evolution_test/evolution_v2_generated.h" #include "flatbuffers/idl.h" #include "test_assert.h" namespace flatbuffers { namespace tests { void EvolutionTest(const std::string &tests_data_path) { … } void ConformTest() { … } void UnionDeprecationTest(const std::string &tests_data_path) { … } } // namespace tests } // namespace flatbuffers