blob: e07adbacec42b8b71fdc2217323b5779cacdbe9d [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/components.gni")
import("//build/testing/environments.gni")
group("tests") {
testonly = true
deps = [
":archivist-integration-tests",
"logs-basic-integration",
"logs/cpp:test-spec",
"logs/cpp:test-spec-structured",
"v2:tests",
]
# TODO(fxbug.dev/79475): Flaky test disabled on coverage.
# Please fix the flake and remove the condition below.
if (!is_coverage) {
deps += [ "logs-connector" ]
}
}
# only depend on this via the above `tests` group so that fx test sees the tests
fuchsia_package("archivist-integration-tests") {
testonly = true
deps = [
"logs/cpp",
"logs/cpp:cpp-structured",
]
}