1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/libs/mangle/testall.sh
2012-03-11 18:13:59 +04:00

17 lines
150 B
Bash
Executable File

#!/bin/bash
function run()
{
echo "TESTING $1"
cd "$1/tests/"
./test.sh
cd ../../
}
run stream
run vfs
run sound
run input
run rend2d
run .