blob: 9b17c03b6fdb1791174c3fd6db06be9b572efb97 [file] [log] [blame]
load("//common:crubit_wrapper_macros_oss.bzl", "crubit_rust_test")
load("//rs_bindings_from_cc/test:test_bindings.bzl", "crubit_test_cc_library")
package(default_applicable_licenses = ["//:license"])
crubit_test_cc_library(
name = "inline",
hdrs = ["inline.h"],
)
crubit_rust_test(
name = "test",
srcs = ["test.rs"],
cc_deps = [":inline"],
)