提交 ab936621 编写于 作者: S Shengliang Guan

Move the location of the test cases

上级 3efe6215
enable_testing()
add_subdirectory(acct)
# add_subdirectory(auth)
# add_subdirectory(balance)
add_subdirectory(cluster)
......@@ -17,7 +16,6 @@ add_subdirectory(stb)
# add_subdirectory(sync)
# add_subdirectory(telem)
# add_subdirectory(trans)
add_subdirectory(user)
add_subdirectory(vgroup)
add_subdirectory(sut)
......@@ -12,4 +12,8 @@ target_link_libraries(
PRIVATE transport
PRIVATE cjson
PRIVATE sync
)
\ No newline at end of file
)
if(${BUILD_TEST})
add_subdirectory(test)
endif(${BUILD_TEST})
\ No newline at end of file
enable_testing()
add_subdirectory(acct)
add_subdirectory(user)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册