blob: 3933c3b2e369f5939b4657560a3d7cce58cd1efd [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001#ifndef TESTS_EVOLUTION_TEST_H
2#define TESTS_EVOLUTION_TEST_H
3
4#include <string>
5
6namespace flatbuffers {
7namespace tests {
8
9void EvolutionTest(const std::string &tests_data_path);
10void ConformTest();
11void UnionDeprecationTest(const std::string &tests_data_path);
12
13} // namespace tests
14} // namespace flatbuffers
15
16#endif