blob: 73219a7c745d6d7501615ec851e214447d0c1c34 [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")
import("//build/rust/rustc_binary.gni")
group("tests") {
testonly = true
deps = [
"ui:system_validation_test_pkg",
"web:dynamic_elements_web_system_validation_test_pkg",
"web:simple_png_web_system_validation_test_pkg",
"web:simple_video_web_system_validation_test_pkg",
"//src/chromium:web_engine",
"//src/connectivity/network/tests/benchmarks:netstack_perftest_pkg",
]
}