mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-23 06:41:08 +00:00
Added testall.sh script
This commit is contained in:
parent
b739205ff6
commit
45035eef49
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…
x
Reference in New Issue
Block a user