summaryrefslogtreecommitdiff
path: root/src/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/main.cpp')
-rw-r--r--src/tests/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tests/main.cpp b/src/tests/main.cpp
deleted file mode 100644
index 96d7200..0000000
--- a/src/tests/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <gtest/gtest.h>
-
-int main(int argc, char **argv)
-{
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}