Now running unittests for custom vectors in CI

This commit is contained in:
Christian Mattes
2018-04-16 13:24:57 +02:00
parent 74350f54de
commit f1a565e0b6
3 changed files with 12 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ cd unittests
unittests.exe --gtest_output=xml
unittests_customvec.exe --gtest_output=xml
cd ..
cd ..
@@ -129,6 +131,8 @@ cd unittests
unittests.exe --gtest_output=xml
unittests_customvec.exe --gtest_output=xml
IF %errorlevel% NEQ 0 exit /b %errorlevel%
cd ..

View File

@@ -96,6 +96,8 @@ cd Unittests
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
./unittests_customvec --gtest_color=yes --gtest_output=xml
cd ..
cd ..
@@ -134,5 +136,7 @@ cd Unittests
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
./unittests_customvec --gtest_color=yes --gtest_output=xml
cd ..
cd ..

View File

@@ -78,6 +78,8 @@ cd Unittests
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
./unittests_customvec --gtest_color=yes --gtest_output=xml
cd ..
cd ..
@@ -116,6 +118,8 @@ cd Unittests
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
./unittests_customvec --gtest_color=yes --gtest_output=xml
cd ..
cd ..