소스 검색

create the bin-test directory automatic in the runner

David Kalnischkies 16 년 전
부모
커밋
8fa7eefb8a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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