blob: a9a831d4d1a76dd5f18cfcb622b596bac5d09b1d [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/dart_test.gni")
dart_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",
]
}