瀏覽代碼

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