diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-28 23:40:08 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-28 23:40:08 +0200 |
commit | 8fa7eefb8a320e8fa4a26c4718fa606d4d27a56f (patch) | |
tree | c2ea7b7e29f5b6e11f9395b3833e73b0cb05f2cc /test/libapt | |
parent | 3152f4aa4a97ad06ef1073aabe137f999f787ee1 (diff) |
create the bin-test directory automatic in the runner
Diffstat (limited to 'test/libapt')
-rwxr-xr-x | test/libapt/run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libapt/run-tests.sh b/test/libapt/run-tests.sh index f9df1af5f..cb7769e4a 100755 --- a/test/libapt/run-tests.sh +++ b/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 |