Skip to content

Commit 22693bd

Browse files
author
huiyongchen
committed
add unit testcase for tarscpp
1 parent 0ba2cec commit 22693bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+8
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "servant/protocol"]
22
path = servant/protocol
33
url = https://github.com/TarsCloud/TarsProtocol.git
4+
[submodule "unittest"]
5+
path = unittest
6+
url = https://github.com/TarsCloud/tars-unittest.git

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ set(MYSQL_DIR_LIB "/usr/local/mysql/lib")
1010
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g -O2 -Wall -Wno-deprecated")
1111
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -Wall -Wno-deprecated")
1212

13+
#for coverage statistics
14+
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g -O2 -Wall -Wno-deprecated -fprofile-arcs -ftest-coverage")
15+
#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -Wall -Wno-deprecated -fprofile-arcs -ftest-coverage")
16+
1317
#set(CMAKE_BUILD_TYPE "Debug")
1418

1519
set(TARS_VERSION "1.1.0")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

unittest

Submodule unittest added at e663956

0 commit comments

Comments
 (0)