build: cancel smaTest stbTest

This commit is contained in:
afwerar 2022-08-24 11:54:39 +08:00
parent d7b804e02e
commit c064bc38e4
2 changed files with 12 additions and 8 deletions

View File

@ -5,7 +5,9 @@ target_link_libraries(
PUBLIC sut
)
if(NOT ${TD_WINDOWS})
add_test(
NAME smaTest
COMMAND smaTest
)
endif(NOT ${TD_WINDOWS})

View File

@ -5,7 +5,9 @@ target_link_libraries(
PUBLIC sut
)
if(NOT ${TD_WINDOWS})
add_test(
NAME stbTest
COMMAND stbTest
)
endif(NOT ${TD_WINDOWS})