forked from mirror/openmw-tes3mp
Added testall.sh script
This commit is contained in:
parent
b739205ff6
commit
45035eef49
1 changed files with 13 additions and 0 deletions
13
testall.sh
Executable file
13
testall.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
function run()
|
||||||
|
{
|
||||||
|
cd "$1/tests/"
|
||||||
|
./test.sh
|
||||||
|
cd ../../
|
||||||
|
}
|
||||||
|
|
||||||
|
run tools
|
||||||
|
run bsa
|
||||||
|
run nif
|
||||||
|
run nifogre
|
Loading…
Reference in a new issue