Merged master

This commit is contained in:
Jan Möbius
2021-09-21 09:50:16 +02:00
8 changed files with 22 additions and 9 deletions

View File

@@ -58,6 +58,9 @@ else
# build unittests
make $MAKE_OPTIONS unittests
ldd Unittests/unittests
# Creating System Library folder to contain all dependend libraries to run OpenFlipper
if [ ! -d systemlib ]; then
echo "Creating systemlib folder"
@@ -72,4 +75,4 @@ else
fi
fi
cd ..
cd ..

View File

@@ -60,6 +60,8 @@ echo -e "${NC}"
cd Unittests
ldd ./unittests
#execute tests
./unittests --gtest_color=yes --gtest_output=xml:./report.xml