mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 22:51:08 +00:00
Add tests for flatc (#7405)
This commit is contained in:
Executable
+6
@@ -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