Added script to run tests from the host machine

This commit is contained in:
Colin Basnett
2025-04-15 16:28:29 -07:00
parent 2e7814804d
commit 879c3cbaf6
2 changed files with 5 additions and 1 deletions

2
test.sh Executable file
View File

@@ -0,0 +1,2 @@
# usr/bin/env bash
docker run -it --volume ${PWD}:/io_scene_psk_psa --volume ${PWD}/io_scene_psk_psa:/addons/io_scene_psk_psa --volume ${PWD}/tests:/tests $(docker build -q .)