Now running unittests for custom vectors in CI
This commit is contained in:
@@ -103,6 +103,8 @@ cd unittests
|
|||||||
|
|
||||||
unittests.exe --gtest_output=xml
|
unittests.exe --gtest_output=xml
|
||||||
|
|
||||||
|
unittests_customvec.exe --gtest_output=xml
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
@@ -129,6 +131,8 @@ cd unittests
|
|||||||
|
|
||||||
unittests.exe --gtest_output=xml
|
unittests.exe --gtest_output=xml
|
||||||
|
|
||||||
|
unittests_customvec.exe --gtest_output=xml
|
||||||
|
|
||||||
IF %errorlevel% NEQ 0 exit /b %errorlevel%
|
IF %errorlevel% NEQ 0 exit /b %errorlevel%
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -96,6 +96,8 @@ cd Unittests
|
|||||||
#execute tests
|
#execute tests
|
||||||
./unittests --gtest_color=yes --gtest_output=xml
|
./unittests --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
|
./unittests_customvec --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@@ -134,5 +136,7 @@ cd Unittests
|
|||||||
#execute tests
|
#execute tests
|
||||||
./unittests --gtest_color=yes --gtest_output=xml
|
./unittests --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
|
./unittests_customvec --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -78,6 +78,8 @@ cd Unittests
|
|||||||
#execute tests
|
#execute tests
|
||||||
./unittests --gtest_color=yes --gtest_output=xml
|
./unittests --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
|
./unittests_customvec --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@@ -116,6 +118,8 @@ cd Unittests
|
|||||||
#execute tests
|
#execute tests
|
||||||
./unittests --gtest_color=yes --gtest_output=xml
|
./unittests --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
|
./unittests_customvec --gtest_color=yes --gtest_output=xml
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user