1
0
είδωλο του https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-09 15:10:31 +02:00
qsmaddy/tests/main.cpp

15 γραμμές
393 B
C++

2017-12-25 12:22:35 +01:00
/*
* This project is licensed under the MIT license. For more information see the
* LICENSE file.
*/
#include "gmock/gmock.h"
#include "gtest/gtest.h"
// -----------------------------------------------------------------------------
int main (int argc, char** argv) {
::testing::GTEST_FLAG(throw_on_failure) = false;
::testing::InitGoogleMock(&argc, argv);
return RUN_ALL_TESTS();
}