You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ze...@apache.org on 2020/09/28 06:31:33 UTC

[thrift] branch master updated: add the test case into cmake

This is an automated email from the ASF dual-hosted git repository.

zeshuai007 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 062521f  add the test case into cmake
062521f is described below

commit 062521f3b6f578d2b78f0ba189cf5d7968074cb1
Author: zeshuai007 <51...@qq.com>
AuthorDate: Tue Sep 22 11:33:52 2020 +0800

    add the test case into cmake
---
 lib/c_glib/test/CMakeLists.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/lib/c_glib/test/CMakeLists.txt b/lib/c_glib/test/CMakeLists.txt
index 318b576..cae8e51 100644
--- a/lib/c_glib/test/CMakeLists.txt
+++ b/lib/c_glib/test/CMakeLists.txt
@@ -106,6 +106,30 @@ add_executable(testoptionalrequired testoptionalrequired.c)
 target_link_libraries(testoptionalrequired testgenc)
 add_test(NAME testoptionalrequired COMMAND testoptionalrequired)
 
+add_executable(testthriftbinaryreadcheck testthriftbinaryreadcheck.c)
+target_link_libraries(testthriftbinaryreadcheck testgenc)
+add_test(NAME testthriftbinaryreadcheck COMMAND testthriftbinaryreadcheck)
+
+add_executable(testthriftbufferedreadcheck testthriftbufferedreadcheck.c)
+target_link_libraries(testthriftbufferedreadcheck testgenc)
+add_test(NAME testthriftbufferedreadcheck COMMAND testthriftbufferedreadcheck)
+
+add_executable(testthriftcompactreadcheck testthriftcompactreadcheck.c)
+target_link_libraries(testthriftcompactreadcheck testgenc)
+add_test(NAME testthriftcompactreadcheck COMMAND testthriftcompactreadcheck)
+
+add_executable(testthriftframedreadcheck testthriftframedreadcheck.c)
+target_link_libraries(testthriftframedreadcheck testgenc)
+add_test(NAME testthriftframedreadcheck COMMAND testthriftframedreadcheck)
+
+add_executable(testthriftfdreadcheck testthriftfdreadcheck.c)
+target_link_libraries(testthriftfdreadcheck testgenc)
+add_test(NAME testthriftfdreadcheck COMMAND testthriftfdreadcheck)
+
+add_executable(testthriftmemorybufferreadcheck testthriftmemorybufferreadcheck.c)
+target_link_libraries(testthriftmemorybufferreadcheck testgenc)
+add_test(NAME testthriftmemorybufferreadcheck COMMAND testthriftmemorybufferreadcheck)
+
 include_directories("${PROJECT_SOURCE_DIR}/test/c_glib/src" "${CMAKE_CURRENT_BINARY_DIR}/gen-c_glib")
 
 add_executable(testthrifttest testthrifttest.c