Add base64 encode and decode.

This commit is contained in:
Chunting Gu
2019-03-27 14:06:22 +08:00
parent ee56fe9d1b
commit 18db152419
7 changed files with 249 additions and 23 deletions
+2 -6
View File
@@ -1,14 +1,10 @@
# Unit test
set(UT_SRCS
base64_test.cc
rest_service_manager_test.cc
url_test.cc
)
if(WEBCC_ENABLE_REST)
set(UT_SRCS ${UT_SRCS}
rest_service_manager_test.cc
)
endif()
set(UT_TARGET_NAME webcc_unittest)
add_executable(${UT_TARGET_NAME} ${UT_SRCS})