diff --git a/testall.sh b/testall.sh new file mode 100755 index 000000000..bc3b55e8c --- /dev/null +++ b/testall.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +function run() +{ + cd "$1/tests/" + ./test.sh + cd ../../ +} + +run tools +run bsa +run nif +run nifogre