Fixed order of test
This commit is contained in:
@@ -58,12 +58,10 @@ echo "Running unittests $BUILD_TYPE version with vectorchecks enabled"
|
|||||||
echo "======================================================================"
|
echo "======================================================================"
|
||||||
echo -e "${NC}"
|
echo -e "${NC}"
|
||||||
|
|
||||||
|
cd Unittests
|
||||||
|
|
||||||
ldd ./unittests
|
ldd ./unittests
|
||||||
|
|
||||||
|
|
||||||
cd 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