mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 01:26:45 +00:00
Add flatc python tests to CI (#7437)
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys;
|
||||
|
||||
from flatc_test import run_all
|
||||
from flatc_cpp_tests import CppTests
|
||||
|
||||
run_all(CppTests)
|
||||
passing, failing = run_all(CppTests)
|
||||
|
||||
if failing > 0:
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user