blob: f7b02427917461834c22c625fb778a9e6475eddb [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-connector",
"logs/cpp:test-spec",
"logs/cpp:test-spec-structured",
"v2:tests",
]
}
# 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",
]
}