2021-03-04 07:45:29 -08:00

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