Merge pull request #21435 from taosdata/test/3.0/TD-24343

test:comment unit test catalog in cases
This commit is contained in:
Hui Li 2023-05-23 16:21:15 +08:00 committed by GitHub
commit 2fd9bb558b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ target_link_libraries(
PRIVATE os util transport qcom nodes PRIVATE os util transport qcom nodes
) )
if(${BUILD_TEST}) # if(${BUILD_TEST})
ADD_SUBDIRECTORY(test) # ADD_SUBDIRECTORY(test)
endif(${BUILD_TEST}) # endif(${BUILD_TEST})