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:
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