summaryrefslogtreecommitdiffhomepage
path: root/test-webserver.cpp
blob: baf8b3f5cbcbacf9c259eb92d6114ea54b0baf2d (plain)
1
2
3
4
5
6
7
8
#include "gmock/gmock.h"
#include "gtest/gtest.h"

int main(int argc, char* argv[]) {
 ::testing::InitGoogleMock(&argc, argv);
 return RUN_ALL_TESTS();
}