blob: edff0a680f1ccd8cda3973c8b00d4260b476011f [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_test.gni")
import("//build/test/test_package.gni")
rustc_test("fidl_table_validation_tests_bin") {
edition = "2018"
deps = [
"//src/lib/fidl_table_validation",
]
}
test_package("fidl_table_validation_tests") {
deps = [
":fidl_table_validation_tests_bin_test",
]
tests = [
{
name = "fidl_table_validation_tests_bin"
dest = "fidl_table_validation_tests"
},
]
}