Auto-create symlink to testing directory in workdir

This commit is contained in:
Reto Buerki 2013-01-15 16:49:42 +01:00 committed by Tobias Brunner
parent 44e533b88e
commit 49b1655ae1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ DIR=$(dirname `readlink -f $0`)
[ -d $BUILDDIR ] ||
die "Directory '$BUILDDIR' does not exist, please run make-testing first"
ln -sfT $DIR $TESTDIR/testing
##############################################################################
# take care of new path and file variables
#