blob: 25d08d31c0506ad8578c0fa7122104ed4b8c8826 [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")
import("//build/testing/environments.gni")
import("//src/sys/build/components.gni")
group("tests") {
testonly = true
deps = [
":archivist-integration-tests",
"accessor_truncation:test-spec",
"archive_path:test-spec",
"feedback_reader:test-spec",
"logs-basic-integration",
"logs-budget",
"logs-connector",
"logs-from-crash",
"logs-lifecycle",
"logs-redaction",
"logs-sorting",
"logs-stop",
"logs-unattributed-sinks",
"logs/cpp:test-spec",
"unified_reader:test-spec",
"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 = [
"accessor_truncation:accessor-truncation-integration-test",
"archive_path",
"feedback_reader",
"logs/cpp",
"unified_reader",
]
}