diff options
Diffstat (limited to 'scripts/ci/macos/test.sh')
-rw-r--r-- | scripts/ci/macos/test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/ci/macos/test.sh b/scripts/ci/macos/test.sh new file mode 100644 index 0000000..3843325 --- /dev/null +++ b/scripts/ci/macos/test.sh @@ -0,0 +1,9 @@ +#!/bin/sh -e + +cd macos_binaries + +cp ../scripts/osx/sbinit.config . + +./core_tests +./game_tests + |