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