aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skqp/README.md')
-rw-r--r--tools/skqp/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/skqp/README.md b/tools/skqp/README.md
index 53daf25d6d..fe2f54e931 100644
--- a/tools/skqp/README.md
+++ b/tools/skqp/README.md
@@ -86,15 +86,11 @@ Running a single test
To run a single test, for example `gles/aarectmodes`:
- adb shell am instrument -e skqp_filter gles/aarectmodes -w org.skia.skqp
-
-Two run multiple tests, simply separate them with commas:
-
- adb shell am instrument -e skqp_filter gles/aarectmodes,vk/aarectmodes -w org.skia.skqp
+ adb shell am instrument -e class 'org.skia.skqp.SkQPRunner#gles/aarectmodes' -w org.skia.skqp
Unit tests can be run with the `unitTest/` prefix:
- adb shell am instrument -e skqp_filter unitTest/GrSurface -w org.skia.skqp
+ adb shell am instrument -e class 'org.skia.skqp.SkQPRunner#unitTest/GrSurface -w org.skia.skqp
Run as a non-APK executable
---------------------------