Moved files to make zouba the only project.
[ptas] / tests / ut_gmocktemplate / ut_gmocktemplate.cpp
diff --git a/tests/ut_gmocktemplate/ut_gmocktemplate.cpp b/tests/ut_gmocktemplate/ut_gmocktemplate.cpp
deleted file mode 100644 (file)
index c4f58f9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
-
-TEST(TestSuiteName, TestMethodName)
-{
-}
-
-int main(int argc, char *argv[])
-{
-    ::testing::InitGoogleMock(&argc, argv);
-    return RUN_ALL_TESTS();
-}