From 21b7061963233fddc726a3dfb9a4131a4ce6cb0d Mon Sep 17 00:00:00 2001 From: Michael Beardsworth Date: Mon, 6 Jan 2020 10:00:59 -0800 Subject: (Optionally) add an additional suffix namespace to generated fbs files. (#5698) This change allows for the generation of fbs files (from proto) that don't contain name collisions with the protobuf generated C++ code, allowing both the proto and fbs message types to be linked into the same binary. --- tests/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/BUILD') diff --git a/tests/BUILD b/tests/BUILD index 63086135..b61824c7 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -45,8 +45,10 @@ cc_test( ":prototest/test.golden", ":prototest/test.proto", ":prototest/test_include.golden", + ":prototest/test_suffix.golden", ":prototest/test_union.golden", ":prototest/test_union_include.golden", + ":prototest/test_union_suffix.golden", ":unicode_test.json", ":union_vector/union_vector.fbs", ":union_vector/union_vector.json", -- cgit v1.2.3