Skip to content

Commit

Permalink
Attempt to fix the bazel ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Naios committed Sep 15, 2022
1 parent 6de9bbb commit 78ae4f4
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/BUILD.bazel
Expand Up @@ -46,6 +46,7 @@ cc_test(
"util_test.h",
"alignment_test.cpp",
"alignment_test.h",
"alignment_test_generated.h",
],
copts = [
"-DFLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE",
Expand Down Expand Up @@ -86,6 +87,7 @@ cc_test(
":unicode_test.json",
":union_vector/union_vector.fbs",
":union_vector/union_vector.json",
":alignment_test.fbs",
],
includes = [
"",
Expand All @@ -96,6 +98,7 @@ cc_test(
":monster_extra_cc_fbs",
":monster_test_cc_fbs",
":native_type_test_cc_fbs",
":alignment_test_cc_fbs",
"//:flatbuffers",
],
)
Expand Down Expand Up @@ -216,3 +219,8 @@ flatbuffer_cc_library(
"--cpp-ptr-type flatbuffers::unique_ptr",
],
)

flatbuffer_cc_library(
name = "alignment_test_cc_fbs",
srcs = ["alignment_test.fbs"],
)

0 comments on commit 78ae4f4

Please sign in to comment.