Added testall.sh script
parent
b739205ff6
commit
45035eef49
@ -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 New Issue