test/cos: not run cos test on windows
This commit is contained in:
parent
0885ab73dc
commit
aff95d5439
|
@ -58,6 +58,8 @@ add_test(
|
|||
COMMAND cosCpTest
|
||||
)
|
||||
|
||||
if(TD_LINUX)
|
||||
|
||||
# cosTest.cpp
|
||||
add_executable(cosTest "")
|
||||
target_sources(
|
||||
|
@ -76,6 +78,8 @@ add_test(
|
|||
COMMAND cosTest
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
if (${TD_LINUX})
|
||||
# tmsg test
|
||||
add_executable(tmsgTest "")
|
||||
|
|
Loading…
Reference in New Issue