summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-07-09 18:58:56 +0200
committerRoland Reichwein <mail@reichwein.it>2024-07-09 18:58:56 +0200
commitf8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d (patch)
treea5912910fc40b408c05172d438cd0d53192b2211 /tests
parentc156b07da6e8550f989919c3a015acdedfe8664f (diff)
Use libreichwein, and googletest from Debian
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();
-}
-