mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Add monster_extra files to Bazel cc_test section (#5321)
- add monster_extra.fbs - add monsterdata_extra.json
This commit is contained in:
parent
5d67693e8f
commit
d79f4e9717
1 changed files with 2 additions and 0 deletions
2
BUILD
2
BUILD
|
|
@ -161,6 +161,8 @@ cc_test(
|
|||
":tests/unicode_test.json",
|
||||
":tests/union_vector/union_vector.fbs",
|
||||
":tests/union_vector/union_vector.json",
|
||||
":tests/monster_extra.fbs",
|
||||
":tests/monsterdata_extra.json",
|
||||
],
|
||||
includes = ["include/"],
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue