This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,10 @@ group("flutter") {
9494
9595 # Fuchsia currently only supports a subset of our unit tests
9696 if (is_fuchsia ) {
97- public_deps += [ " $flutter_root /fml:fml_tests" ]
97+ public_deps += [
98+ " $flutter_root /flow:flow_tests" ,
99+ " $flutter_root /fml:fml_tests" ,
100+ ]
98101 }
99102}
100103
Original file line number Diff line number Diff line change 44
55if (is_fuchsia ) {
66 import (" //build/fuchsia/sdk.gni" )
7+ import (" $flutter_root /tools/fuchsia/fuchsia_archive.gni" )
78}
8-
99import (" $flutter_root /testing/testing.gni" )
1010
1111source_set (" flow" ) {
@@ -163,3 +163,13 @@ executable("flow_unittests") {
163163 " //third_party/skia" ,
164164 ]
165165}
166+
167+ if (is_fuchsia ) {
168+ fuchsia_test_archive (" flow_tests" ) {
169+ deps = [
170+ " :flow_unittests" ,
171+ ]
172+
173+ binary = " flow_unittests"
174+ }
175+ }
Original file line number Diff line number Diff line change 22# Use of this source code is governed by a BSD-style license that can be
33# found in the LICENSE file.
44
5- import (" //build/fuchsia/sdk.gni" )
6- import (" $flutter_root /testing/testing.gni" )
7-
85if (is_fuchsia ) {
6+ import (" //build/fuchsia/sdk.gni" )
97 import (" $flutter_root /tools/fuchsia/fuchsia_archive.gni" )
108}
9+ import (" $flutter_root /testing/testing.gni" )
1110
1211source_set (" fml" ) {
1312 sources = [
You can’t perform that action at this time.
0 commit comments