blob: f0bf916e17b8e26f87852a1d7ad772e6bdce22eb [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/dist/resource.gni")
resource("test_draw_success_client") {
sources = [ "test_draw_success_client.log.golden" ]
outputs = [ "data/goldens/{{source_file_part}}" ]
}
resource("test_draw_success_server") {
sources = [ "test_draw_success_server.log.golden" ]
outputs = [ "data/goldens/{{source_file_part}}" ]
}
# These are files that are meant to be included with our test component. Each file represents a
# golden from a single process for a single test.
group("resources") {
deps = [
":test_draw_success_client",
":test_draw_success_server",
]
}