From d79f4e9717e64be3c8b4e2aea35f2d77de0f4374 Mon Sep 17 00:00:00 2001 From: Vladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com> Date: Tue, 7 May 2019 02:27:04 +0700 Subject: [PATCH] Add monster_extra files to Bazel cc_test section (#5321) - add monster_extra.fbs - add monsterdata_extra.json --- BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD b/BUILD index 567a13314..a7a79b3c6 100644 --- a/BUILD +++ b/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 = [