]> git.saurik.com Git - apt.git/blobdiff - test/libapt/run-tests.sh
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / test / libapt / run-tests.sh
index f9df1af5fd21e505919ab1879bf46365a51c841e..cb7769e4a03d52a55f374ac7f0f7a345227f336b 100755 (executable)
@@ -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