mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Fix instructions/paths for CLI tests
This commit is contained in:
parent
c7cafca69a
commit
cfa977e195
@ -3,15 +3,15 @@
|
|||||||
Test suite for [Aseprite](https://github.com/aseprite/aseprite)
|
Test suite for [Aseprite](https://github.com/aseprite/aseprite)
|
||||||
to avoid breaking backward compatibility.
|
to avoid breaking backward compatibility.
|
||||||
|
|
||||||
This project is cloned by the
|
This directory is cloned by the
|
||||||
[build.yml](https://github.com/aseprite/aseprite/blob/main/.github/workflows/build.yml) file
|
[build.yml](https://github.com/aseprite/aseprite/blob/main/.github/workflows/build.yml)
|
||||||
on Aseprite project to do several automated tests:
|
action to run several automated tests after Aseprite is compiled:
|
||||||
|
|
||||||
* Save/load file formats correctly. For this we have `.aseprite`, `.png`,
|
* 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.
|
folder.
|
||||||
* Test backward compatibility with [Aseprite CLI](https://www.aseprite.org/docs/cli/) options
|
* 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?
|
## 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:
|
Aseprite executable and then run `run-tests.sh` from Bash:
|
||||||
|
|
||||||
export ASEPRITE=$HOME/your-aseprite-build/bin/aseprite
|
export ASEPRITE=$HOME/your-aseprite-build/bin/aseprite
|
||||||
git clone https://github.com/aseprite/tests.git
|
|
||||||
cd tests
|
cd tests
|
||||||
bash run-tests.sh
|
bash run-tests.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user