openmw-tes3coop/testall.sh
2010-07-04 14:28:51 +02:00

11 lines
104 B
Bash
Executable file

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