summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 12:05:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 12:05:22 +0200
commit7c69574c5bec814cc3cb58701d2beccfe6093add (patch)
tree31c0bdc25a31f43e3682afed84c1fab1b4131a52 /test
parent04b73012bd80884d26da7157ee0c37f70f2c0b9c (diff)
add 'dirs' target to the 'all' target to ensure that for e.g. the tests
all (sub)directories are build which are needed (e.g. obj/ and co)
Diffstat (limited to 'test')
-rwxr-xr-xtest/libapt/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libapt/run-tests b/test/libapt/run-tests
index 4b71c2097..c81520bef 100755
--- a/test/libapt/run-tests
+++ b/test/libapt/run-tests
@@ -3,7 +3,6 @@ set -e
DIR=$(readlink -f $(dirname $0))
echo "Compiling the tests …"
-test -d "$DIR/../../build/obj/test/libapt/" || mkdir -p "$DIR/../../build/obj/test/libapt/"
(cd $DIR && make)
echo "Running all testcases …"
LDPATH="$DIR/../../build/bin"