Explorar el Código

create the bin-test directory automatic in the runner

David Kalnischkies hace 16 años
padre
commit
8fa7eefb8a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/libapt/run-tests.sh

+ 1 - 0
test/libapt/run-tests.sh

@@ -2,6 +2,7 @@
 set -e
 set -e
 
 
 echo "Compiling the tests ..."
 echo "Compiling the tests ..."
+test -d '../../build/obj/test/libapt/' || mkdir -p '../../build/obj/test/libapt/'
 make
 make
 echo "Running all testcases ..."
 echo "Running all testcases ..."
 LDPATH=$(pwd)/../../build/bin
 LDPATH=$(pwd)/../../build/bin