mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-14 16:36:55 +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:
committed by
Wouter van Oortmerssen
parent
5d67693e8f
commit
d79f4e9717
2
BUILD
2
BUILD
@@ -161,6 +161,8 @@ cc_test(
|
|||||||
":tests/unicode_test.json",
|
":tests/unicode_test.json",
|
||||||
":tests/union_vector/union_vector.fbs",
|
":tests/union_vector/union_vector.fbs",
|
||||||
":tests/union_vector/union_vector.json",
|
":tests/union_vector/union_vector.json",
|
||||||
|
":tests/monster_extra.fbs",
|
||||||
|
":tests/monsterdata_extra.json",
|
||||||
],
|
],
|
||||||
includes = ["include/"],
|
includes = ["include/"],
|
||||||
deps = [
|
deps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user