blob: 6a3437aebc550cfc1e47a878f4ce26637717e382 [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")
# TODO(IN-933): Convert back to package
test_package("logger_integration_tests") {
deps = [
"cpp:logger_integration_cpp_tests",
"go/src:logger_integration_go_tests",
"rust:bin",
]
tests = [
{
name = "logger_integration_go_tests"
},
{
name = "logger_integration_bin_test"
},
{
name = "logger_integration_cpp_tests"
},
]
}