Skip to content

Commit be9d6c9

Browse files
filimonovtimoll
authored andcommitted
Tiny fix
1 parent 49003c6 commit be9d6c9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

contrib/gtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ADD_LIBRARY (gtest-lib STATIC
22
"src/gtest-all.cc"
33
"src/gtest_main.cc"
4-
)
4+
)

contrib/gtest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google test, version release-1.11.0, stripped.
1+
google test, version release-1.11.0, stripped.

ut/client_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include <clickhouse/client.h>
2+
#include "readonly_client_test.h"
3+
#include "connection_failed_client_test.h"
24
#include <gtest/gtest.h>
35

46
#include <cmath>

0 commit comments

Comments
 (0)