Merge pull request #30191 from taosdata/fix/TD-34029/testCase

test case
This commit is contained in:
Simon Guan 2025-03-15 11:10:45 +08:00 committed by GitHub
commit e722623b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 4 deletions

View File

@ -21,7 +21,11 @@ target_include_directories(
taoscTest
PUBLIC "${TD_SOURCE_DIR}/include/os"
)
add_test(
NAME taoscTest
COMMAND taoscTest
)
if(${TD_LINUX})
add_test(
NAME taoscTest
COMMAND taoscTest
)
endif(${TD_LINUX})