blob: 21bab0197e8a265ab9c9708efd14bb4a0171d7fd [file] [log] [blame]
# Copyright 2018 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/test/test_package.gni")
test_package("logger_integration_tests") {
deps = [
"cpp:logger_integration_cpp_tests",
"go/src:logger_integration_go_tests",
"rust:bin",
]
tests = [
{
name = "logger_integration_bin_test_rustc"
},
{
name = "logger_integration_cpp_tests"
},
{
name = "logger_integration_go_tests"
},
]
}