1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 22:45:35 +00:00

Added testall.sh script

This commit is contained in:
Nicolay Korslund 2010-01-08 12:53:04 +01:00
parent b739205ff6
commit 45035eef49

13
testall.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
function run()
{
cd "$1/tests/"
./test.sh
cd ../../
}
run tools
run bsa
run nif
run nifogre