blob: 9fb287d313b543c9387f669efe696a3467e55090 [file] [log] [blame]
# Copyright 2018 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("//topaz/runtime/dart/flutter_test.gni")
flutter_test("flutter_widget_test") {
sources = [
"../test/flutter_widget_test.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter_test",
"//third_party/dart-pkg/pub/test",
"//topaz/public/lib/testing/flutter",
]
}