blob: 679d420ff34e66f61144c8f9844087113a7f034b [file]
# Part of the Crubit project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
load("//common:crubit_wrapper_macros_oss.bzl", "crubit_rust_test")
package(default_applicable_licenses = ["//:license"])
crubit_rust_test(
name = "test",
srcs = ["test.rs"],
deps = [
"//support/cc_std:vector",
"@crate_index//:googletest",
],
)