summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-minicc.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test-minicc.cpp b/tests/test-minicc.cpp
deleted file mode 100644
index 4bb64c8..0000000
--- a/tests/test-minicc.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// Main loop of test program
-
-#include "gmock/gmock.h"
-#include "gtest/gtest.h"
-
-int main(int argc, char* argv[]) {
- ::testing::InitGoogleMock(&argc, argv);
- return RUN_ALL_TESTS();
-}
-