diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-08-21 14:00:51 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-09-11 12:08:06 +0200 |
| commit | 5aa8ec98f3dd84f7209c19e322c9f9a86714ffde (patch) | |
| tree | 058b2b8cca31ac5a17a115e95fd1dc9f091b8013 /tests/test_common.sh | |
| parent | 35d0880accdc34e35c9de8d6a47ccf75c4415680 (diff) | |
start with sokol_spine.h functional tests
Diffstat (limited to 'tests/test_common.sh')
| -rw-r--r-- | tests/test_common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_common.sh b/tests/test_common.sh index 1fe5dd73..dc67f260 100644 --- a/tests/test_common.sh +++ b/tests/test_common.sh @@ -2,6 +2,9 @@ prepare() { if [ ! -d "ext/fips-cimgui" ] ; then git clone --depth 1 --recursive https://github.com/fips-libs/fips-cimgui ext/fips-cimgui fi + if [ ! -d "ext/spine-runtimes" ] ; then + git clone --depth 1 --recursive https://github.com/EsotericSoftware/spine-runtimes/ ext/spine-runtimes + fi } setup_emsdk() { |