Add tests for flatc (#7405)

This commit is contained in:
Derek Bailey
2022-08-06 21:11:03 -07:00
committed by GitHub
parent 9a5ff89003
commit 47c757f714
6 changed files with 256 additions and 0 deletions

6
tests/flatc/main.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from flatc_test import run_all
from flatc_cpp_tests import CppTests
run_all(CppTests)