mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 08:12:26 +00:00
Add imports for bazel (#8486)
This commit is contained in:
1632
MODULE.bazel.lock
generated
1632
MODULE.bazel.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,5 @@
|
|||||||
|
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||||
|
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "grpc_test",
|
name = "grpc_test",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin")
|
load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin")
|
||||||
load("@rules_cc//cc:defs.bzl", "cc_test")
|
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
|
||||||
load("//:build_defs.bzl", "DEFAULT_FLATC_ARGS", "flatbuffer_cc_library")
|
load("//:build_defs.bzl", "DEFAULT_FLATC_ARGS", "flatbuffer_cc_library")
|
||||||
load(":defs.bzl", "flatbuffers_as_external_repo_test")
|
load(":defs.bzl", "flatbuffers_as_external_repo_test")
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||||
|
|
||||||
# This test doesn't actually make use of the flatbuffers library. It's just
|
# This test doesn't actually make use of the flatbuffers library. It's just
|
||||||
# here to make sure we can link the library properly when it comes from an
|
# here to make sure we can link the library properly when it comes from an
|
||||||
# external repository. You're welcome to expand this test to do more.
|
# external repository. You're welcome to expand this test to do more.
|
||||||
|
|||||||
Reference in New Issue
Block a user