Fix instructions/paths for CLI tests

This commit is contained in:
David Capello 2022-10-25 15:57:31 -03:00
parent c7cafca69a
commit cfa977e195

View File

@ -3,15 +3,15 @@
Test suite for [Aseprite](https://github.com/aseprite/aseprite)
to avoid breaking backward compatibility.
This project is cloned by the
[build.yml](https://github.com/aseprite/aseprite/blob/main/.github/workflows/build.yml) file
on Aseprite project to do several automated tests:
This directory is cloned by the
[build.yml](https://github.com/aseprite/aseprite/blob/main/.github/workflows/build.yml)
action to run several automated tests after Aseprite is compiled:
* Save/load file formats correctly. For this we have `.aseprite`, `.png`,
`.gif`, etc. files [sprites](https://github.com/aseprite/tests/tree/main/sprites)
`.gif`, etc. files [sprites](https://github.com/aseprite/aseprite/tree/main/tests/sprites)
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/main/scripts)
* Future [scripting API](https://github.com/aseprite/api) using [scripts](https://github.com/aseprite/aseprite/tree/main/tests/scripts)
## How to run tests?
@ -19,7 +19,6 @@ 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