Fix bug:only need to add unittest when build with -u option

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/4973/head^2
zhenshan.cao 2020-09-24 11:18:31 +08:00 committed by yefu.chen
parent 046b74e8b8
commit 32157159a2
2 changed files with 1 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/czs007/suvlim
go 1.14
go 1.15
require (
cloud.google.com/go/bigquery v1.4.0 // indirect

View File

@ -172,7 +172,6 @@ config_summary()
add_subdirectory( thirdparty )
add_subdirectory( src )
add_subdirectory(unittest)
# Unittest lib
if ( BUILD_UNIT_TEST STREQUAL "ON" )