added travis.yml

This commit is contained in:
M. Petra Baranski
2017-12-26 11:42:57 +01:00
parent 0f7f7c1b9d
commit 91e62beaec
3 changed files with 19 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
// -----------------------------------------------------------------------------
int main (int argc, char** argv) {
::testing::GTEST_FLAG(throw_on_failure) = false;
::testing::GTEST_FLAG(throw_on_failure) = true;
::testing::InitGoogleMock(&argc, argv);
return RUN_ALL_TESTS();
}