Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4e1653d

Browse files
author
naudzghebre
committed
[mouse-input] mouse-input-view doc nits and add mouse-input-test to the run_integration_test.sh script
1 parent 1f8da1c commit 4e1653d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

shell/platform/fuchsia/flutter/tests/integration/mouse-input/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ fx set workstation_eng.qemu-x64 && fx build
3131

3232
Build 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

3837
Start a Fuchsia package server
@@ -41,10 +40,9 @@ cd "$FUCHSIA_DIR"
4140
fx 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

5048
Launch Fuchsia emulator in a graphical environment

tools/fuchsia/devshell/run_integration_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)