Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
clarify how to run individual tests
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
incanus committed Nov 17, 2015
1 parent 0a8d9a3 commit b07d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOP_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b07d4c8

Please sign in to comment.