summaryrefslogtreecommitdiff
path: root/test/libapt/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/libapt/run-tests.sh')
-rwxr-xr-xtest/libapt/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
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