Merge branch 'Check_unittests_linkage' into 'master'
Check unittests linkage See merge request OpenMesh/OpenMesh!307
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"
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ echo -e "${NC}"
|
|||||||
|
|
||||||
cd Unittests
|
cd Unittests
|
||||||
|
|
||||||
|
ldd ./unittests
|
||||||
|
|
||||||
#execute tests
|
#execute tests
|
||||||
./unittests --gtest_color=yes --gtest_output=xml:./report.xml
|
./unittests --gtest_color=yes --gtest_output=xml:./report.xml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user