blob: 4514ba576db588a33d20c681f62106745bbe27b6 [file] [log] [blame]
# Copyright 2022 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")
fuchsia_package("archivist-log-integration-tests") {
testonly = true
deps = [ "cpp" ]
}
group("tests") {
testonly = true
deps = [
":archivist-log-integration-tests",
"cpp:test-spec",
]
}