mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 10:31:11 +00:00
This reverts commit 4172c3f0bd.
This commit is contained in:
@@ -1,20 +1,8 @@
|
||||
load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin")
|
||||
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
# rules_js works around various JS tooling limitations by copying everything
|
||||
# into the output directory. Make the test data available to the tests this way.
|
||||
copy_to_bin(
|
||||
name = "test_data_copied_to_bin",
|
||||
srcs = glob([
|
||||
"*.mon",
|
||||
"*.json",
|
||||
]),
|
||||
visibility = ["//tests/ts:__subpackages__"],
|
||||
)
|
||||
|
||||
# Test binary.
|
||||
cc_test(
|
||||
name = "flatbuffers_test",
|
||||
|
||||
Reference in New Issue
Block a user