mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 19:08:56 +00:00
Add tests for flatc (#7405)
This commit is contained in:
6
tests/flatc/main.py
Executable file
6
tests/flatc/main.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from flatc_test import run_all
|
||||
from flatc_cpp_tests import CppTests
|
||||
|
||||
run_all(CppTests)
|
||||
Reference in New Issue
Block a user