blob: 5a9155460513c8f934e956e2ba3d2f479be06a70 [file] [log] [blame]
# Copyright 2017 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("dart_unittests") {
testonly = true
deps = [
"app/chat:tests",
"app/contacts:tests",
"app/dashboard:tests",
"app/music:tests",
"public/dart/fixtures:test",
"public/dart/widgets:test",
"shell:tests",
"tools/dartfmt_extras:test",
"tools/mod:test",
"tools/widget_explorer:tests",
]
}