Explorar o código

create the bin-test directory automatic in the runner

David Kalnischkies %!s(int64=16) %!d(string=hai) anos
pai
achega
8fa7eefb8a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/libapt/run-tests.sh

+ 1 - 0
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