mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 20:31:23 +00:00
7 lines
111 B
Python
Executable File
7 lines
111 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from flatc_test import run_all
|
|
from flatc_cpp_tests import CppTests
|
|
|
|
run_all(CppTests)
|