summaryrefslogtreecommitdiffhomepage
path: root/test-webserver.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-02 17:09:58 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-02 17:09:58 +0200
commit709ba7ae8df8ce358e56b77c732f00e95a428259 (patch)
tree8a0dc48a9b7e068b3641892eafbc1cee34c5549d /test-webserver.cpp
Add empty project
Diffstat (limited to 'test-webserver.cpp')
-rw-r--r--test-webserver.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-webserver.cpp b/test-webserver.cpp
new file mode 100644
index 0000000..baf8b3f
--- /dev/null
+++ b/test-webserver.cpp
@@ -0,0 +1,8 @@
+#include "gmock/gmock.h"
+#include "gtest/gtest.h"
+
+int main(int argc, char* argv[]) {
+ ::testing::InitGoogleMock(&argc, argv);
+ return RUN_ALL_TESTS();
+}
+