This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
shell/platform/fuchsia/flutter/tests/integration/mouse-input Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ fx set workstation_eng.qemu-x64 && fx build
3131
3232Build flutter/engine
3333``` shell
34- $ENGINE_DIR /flutter/tools/gn --fuchsia --no-lto && ninja -C $ENGINE_DIR /out/fuchsia_debug_x64 flutter/shell/platform/fuchsia/flutter/tests/
35- integration/mouse_input:tests
34+ $ENGINE_DIR /flutter/tools/gn --fuchsia --no-lto && ninja -C $ENGINE_DIR /out/fuchsia_debug_x64 flutter/shell/platform/fuchsia/flutter/tests/integration/mouse-input:tests
3635```
3736
3837Start a Fuchsia package server
@@ -41,10 +40,9 @@ cd "$FUCHSIA_DIR"
4140fx serve
4241```
4342
44- Publish ` touch -input-view`
43+ Publish ` mouse -input-view`
4544``` shell
46- $FUCHSIA_DIR /.jiri_root/bin/fx pm publish -a -repo $FUCHSIA_DIR /$( cat $FUCHSIA_DIR /.fx-build-dir) /amber-files -f $ENGINE_DIR /out/
47- fuchsia_debug_x64/gen/flutter/shell/platform/fuchsia/flutter/tests/integration/mouse-input/mouse-input-view/mouse-input-view/mouse-input-view.far
45+ $FUCHSIA_DIR /.jiri_root/bin/fx pm publish -a -repo $FUCHSIA_DIR /$( cat $FUCHSIA_DIR /.fx-build-dir) /amber-files -f $ENGINE_DIR /out/fuchsia_debug_x64/gen/flutter/shell/platform/fuchsia/flutter/tests/integration/mouse-input/mouse-input-view/mouse-input-view/mouse-input-view.far
4846```
4947
5048Launch Fuchsia emulator in a graphical environment
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ case $test_name in
6262 touch-input)
6363 test_packages=(" touch-input-test-0.far" " touch-input-view.far" " embedding-flutter-view.far" )
6464 ;;
65+ mouse-input)
66+ test_packages=(" mouse-input-test-0.far" " mouse-input-view.far" )
67+ ;;
6568 * )
6669 engine-error " Unknown test name $test_name . You may need to add it to $0 "
6770 exit 1
You can’t perform that action at this time.
0 commit comments