diff options
Diffstat (limited to '3rdparty/unittest-cpp/tests/Main.cpp')
-rw-r--r-- | 3rdparty/unittest-cpp/tests/Main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/unittest-cpp/tests/Main.cpp b/3rdparty/unittest-cpp/tests/Main.cpp new file mode 100644 index 00000000000..ae9cc5494a1 --- /dev/null +++ b/3rdparty/unittest-cpp/tests/Main.cpp @@ -0,0 +1,6 @@ +#include "UnitTest++/UnitTestPP.h" + +int main(int, char const *[]) +{ + return UnitTest::RunAllTests(); +} |