blob: c2f540916c0452de1548cf76701e8a594feb9789 [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 = [
"examples/test/flutter_widget_test:flutter_widget_test",
"public/dart/sledge:dart_sledge_tests",
"public/lib/app/dart:dart_app_tests",
"shell:tests",
]
}