mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 22:01:48 +00:00
* Add support for metadata attributes for enum values (#7567) * Fix path lookup in flatc test * Try a fix for Windows paths * Convert path to string to fix Windows error
This commit is contained in:
@@ -19,8 +19,9 @@ import sys
|
||||
from flatc_test import run_all
|
||||
from flatc_cpp_tests import CppTests
|
||||
from flatc_ts_tests import TsTests
|
||||
from flatc_schema_tests import SchemaTests
|
||||
|
||||
passing, failing = run_all(CppTests, TsTests)
|
||||
passing, failing = run_all(CppTests, TsTests, SchemaTests)
|
||||
|
||||
print("")
|
||||
print("{0} of {1} tests passed".format(passing, passing + failing))
|
||||
|
||||
Reference in New Issue
Block a user