mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
8 lines
199 B
Bash
Executable File
8 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Go to repository root
|
|
cd "$(dirname "$0")/../../build/lib" || exit 2
|
|
|
|
./Release_x86/tests/ObjCommonTests
|
|
./Release_x86/tests/ZoneCodeGeneratorLibTests
|
|
./Release_x86/tests/ZoneCommonTests |