Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/UnitTest++/src/tests/Main.cpp')
-rw-r--r--src/testing/UnitTest++/src/tests/Main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/testing/UnitTest++/src/tests/Main.cpp b/src/testing/UnitTest++/src/tests/Main.cpp
deleted file mode 100644
index b2d9615..0000000
--- a/src/testing/UnitTest++/src/tests/Main.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "../UnitTest++.h"
-#include "../TestReporterStdout.h"
-
-
-int main(int, char const *[])
-{
- return UnitTest::RunAllTests();
-}