From 0a446840d4e575b117a235a31ad250c644b59ed7 Mon Sep 17 00:00:00 2001 From: Alexey Geraskin Date: Wed, 17 Jul 2019 15:44:27 +0300 Subject: [PATCH] Update BUILD file for bazel, attempt 2 --- BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD b/BUILD index 68081a643..72c888147 100644 --- a/BUILD +++ b/BUILD @@ -136,6 +136,9 @@ cc_test( "src/util.cpp", "tests/namespace_test/namespace_test1_generated.h", "tests/namespace_test/namespace_test2_generated.h", + "tests/vector3d.h", + "tests/vector3d_pack.h", + "tests/vector3d_pack.cpp", "tests/test.cpp", "tests/test_assert.cpp", "tests/test_assert.h", @@ -167,12 +170,14 @@ cc_test( ":tests/arrays_test.bfbs", ":tests/arrays_test.fbs", ":tests/arrays_test.golden", + ":tests/native_type_test.fbs", ], includes = ["include/"], deps = [ ":monster_extra_cc_fbs", ":monster_test_cc_fbs", ":arrays_test_cc_fbs", + ":native_type_test_cc_fbs", ], )