mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Add some examples about how to run the tests
This commit is contained in:
parent
1baca9c85e
commit
05e6dd9b24
17
README.md
17
README.md
@ -12,3 +12,20 @@ on Aseprite project to do several automated tests:
|
||||
folder.
|
||||
* Test backward compatibility with [Aseprite CLI](https://www.aseprite.org/docs/cli/) options
|
||||
* Future [scripting API](https://github.com/aseprite/api) using [scripts](https://github.com/aseprite/tests/tree/master/scripts)
|
||||
|
||||
## How to run tests?
|
||||
|
||||
You have to set the `ASEPRITE` environment variable pointing to the
|
||||
Aseprite executable and then run `run-tests.sh` from Bash:
|
||||
|
||||
export ASEPRITE=$HOME/your-aseprite-build/bin/aseprite
|
||||
git clone https://github.com/aseprite/tests.git
|
||||
cd tests
|
||||
bash run-tests.sh
|
||||
|
||||
You can filter some tests with a regex giving a parameter to
|
||||
`run-tests.sh`, for example:
|
||||
|
||||
run-tests.sh color
|
||||
|
||||
Should run all tests which have the `color` word in their name.
|
||||
|
Loading…
Reference in New Issue
Block a user