blob: 3c9f13eaeb16f6fc564696010c7397ed45d398aa [file] [log] [blame]
# Copyright 2019 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.
group("experiences") {
testonly = true
deps = [
"bin",
]
}
# All of the tests to run for the experiences repo
group("tests") {
testonly = true
deps = [
":dart_unittests",
]
}
# Dart unit tests which can run on the host or target
group("dart_unittests") {
testonly = true
deps = [
"bin:dart_unittests",
"session_shells:dart_unittests",
]
}