From: David Kalnischkies Date: Fri, 28 May 2010 21:40:08 +0000 (+0200) Subject: create the bin-test directory automatic in the runner X-Git-Tag: 0.8.0~9^2~39^2~33 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8fa7eefb8a320e8fa4a26c4718fa606d4d27a56f create the bin-test directory automatic in the runner --- diff --git a/test/libapt/run-tests.sh b/test/libapt/run-tests.sh index f9df1af5f..cb7769e4a 100755 --- a/test/libapt/run-tests.sh +++ b/test/libapt/run-tests.sh @@ -2,6 +2,7 @@ set -e echo "Compiling the tests ..." +test -d '../../build/obj/test/libapt/' || mkdir -p '../../build/obj/test/libapt/' make echo "Running all testcases ..." LDPATH=$(pwd)/../../build/bin