blob: d50f6683a6e350e5acbd9029280296c7fdbab5bb [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.
if (is_host) {
group("host_tests") {
testonly = true
deps = [
"core_dev_tools:unittests",
"google_analytics:unittests",
"google_analytics_4:unittests",
"metric_properties:unittests",
]
}
}
group("tests") {
testonly = true
deps = [ ":host_tests($host_toolchain)" ]
}