Output ldd for unittests
This commit is contained in:
@@ -58,6 +58,9 @@ else
|
|||||||
# build unittests
|
# build unittests
|
||||||
make $MAKE_OPTIONS unittests
|
make $MAKE_OPTIONS unittests
|
||||||
|
|
||||||
|
ldd Unittests/unittests
|
||||||
|
|
||||||
|
|
||||||
# Creating System Library folder to contain all dependend libraries to run OpenFlipper
|
# Creating System Library folder to contain all dependend libraries to run OpenFlipper
|
||||||
if [ ! -d systemlib ]; then
|
if [ ! -d systemlib ]; then
|
||||||
echo "Creating systemlib folder"
|
echo "Creating systemlib folder"
|
||||||
|
|||||||
@@ -58,6 +58,10 @@ echo "Running unittests $BUILD_TYPE version with vectorchecks enabled"
|
|||||||
echo "======================================================================"
|
echo "======================================================================"
|
||||||
echo -e "${NC}"
|
echo -e "${NC}"
|
||||||
|
|
||||||
|
|
||||||
|
ldd ./unittests
|
||||||
|
|
||||||
|
|
||||||
cd Unittests
|
cd Unittests
|
||||||
|
|
||||||
#execute tests
|
#execute tests
|
||||||
|
|||||||
Reference in New Issue
Block a user