forked from BigfootDev/flatbuffers
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)
|