blob: bb84a891fe6a739ea906cc77765729e4be56a754 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_test.gni")
rustc_test("test") {
name = "sample_rust_tests"
edition = "2018"
}
group("sample-rust-tests") {
testonly = true
public_deps = [ ":test" ]
}