summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-17 15:21:33 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-17 15:21:33 -0800
commitb07d4c8ff61b869e1a01c445ae1dc479323fa2c3 (patch)
tree7a3ae7a4644af386423451d3ff569c4fbdcd05b4 /docs
parent0a8d9a3b6d686c1fce9dc48014d1b13fdd58cdb3 (diff)
downloadqtlocation-mapboxgl-b07d4c8ff61b869e1a01c445ae1dc479323fa2c3.tar.gz
clarify how to run individual tests
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVELOP_LINUX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEVELOP_LINUX.md b/docs/DEVELOP_LINUX.md
index 5b48393d6b..21ed40f07c 100644
--- a/docs/DEVELOP_LINUX.md
+++ b/docs/DEVELOP_LINUX.md
@@ -42,7 +42,7 @@ Set an access token as described below, and then run:
### Test
-- `make test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name.
+- `make test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name (e.g. `make test-Sprite.CustomSpriteImages`).
The `zsh` will treat the * in this command as a glob, so you'll need to run
`make "test-*"` instead.