openmw-tes3coop/testall.sh

14 lines
112 B
Bash
Raw Normal View History

2010-01-08 11:53:04 +00:00
#!/bin/bash
function run()
{
cd "$1/tests/"
./test.sh
cd ../../
}
run tools
run bsa
run nif
run nifogre