test_all.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 set -e
4 set -x
5 
6 testdir=$(dirname $(readlink -f $BASH_SOURCE))
7 
8 for what in trackdepos drifter
9 do
10  $testdir/test_${what}.sh
11 done