diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-07-09 18:58:56 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-07-09 18:58:56 +0200 |
commit | f8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d (patch) | |
tree | a5912910fc40b408c05172d438cd0d53192b2211 /tests/test-minicc.cpp | |
parent | c156b07da6e8550f989919c3a015acdedfe8664f (diff) |
Use libreichwein, and googletest from Debian
Diffstat (limited to 'tests/test-minicc.cpp')
-rw-r--r-- | tests/test-minicc.cpp | 10 |
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(); -} - |