Add auto test for client timeout.

This commit is contained in:
Chunting Gu
2019-09-11 14:27:35 +08:00
parent f023fb830c
commit 9166b5d99e
7 changed files with 142 additions and 31 deletions
+2
View File
@@ -2,6 +2,8 @@
set(AT_SRCS
client_autotest.cc
client_timeout_autotest.cc
main.cc
)
set(AT_TARGET_NAME webcc_autotest)