|
@@ -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
|