build: cancel smaTest stbTest
This commit is contained in:
parent
d7b804e02e
commit
c064bc38e4
|
@ -5,7 +5,9 @@ target_link_libraries(
|
||||||
PUBLIC sut
|
PUBLIC sut
|
||||||
)
|
)
|
||||||
|
|
||||||
add_test(
|
if(NOT ${TD_WINDOWS})
|
||||||
NAME smaTest
|
add_test(
|
||||||
COMMAND smaTest
|
NAME smaTest
|
||||||
)
|
COMMAND smaTest
|
||||||
|
)
|
||||||
|
endif(NOT ${TD_WINDOWS})
|
||||||
|
|
|
@ -5,7 +5,9 @@ target_link_libraries(
|
||||||
PUBLIC sut
|
PUBLIC sut
|
||||||
)
|
)
|
||||||
|
|
||||||
add_test(
|
if(NOT ${TD_WINDOWS})
|
||||||
NAME stbTest
|
add_test(
|
||||||
COMMAND stbTest
|
NAME stbTest
|
||||||
)
|
COMMAND stbTest
|
||||||
|
)
|
||||||
|
endif(NOT ${TD_WINDOWS})
|
Loading…
Reference in New Issue