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