blob: 7b3a4b1e8c49c22da444e0cfff59a61f917c86f0 [file] [log] [blame]
# Copyright 2019 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_library.gni")
rustc_library("test_util") {
with_unit_tests = true
edition = "2018"
# TODO(BLD-492): Enable once testonly test_deps are properly supported.
# testonly = true
}
group("tests") {
testonly = true
deps = [
":test_util_test",
]
}