diff --git a/tests/test_main.cpp b/tests/test_main.cpp deleted file mode 100644 index 5ebbc76..0000000 --- a/tests/test_main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(int argc, char** argv) { - ::testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -}