blob: 40a293bc89e010a98514d46d221fbfe695159ee6 [file] [log] [blame]
# Copyright 2021 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("legacy_test_runner_examples") {
testonly = true
deps = [
"echo_test",
"simple_test",
"test_with_system_service",
]
}
group("test_data") {
testonly = true
deps = [ ":legacy_test_runner_examples" ]
}