fix: run sim cases on windows
This commit is contained in:
parent
9c7b53083b
commit
f70709be3c
|
@ -3,4 +3,6 @@
|
||||||
rem echo taskkill /F /IM taosd.exe
|
rem echo taskkill /F /IM taosd.exe
|
||||||
|
|
||||||
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
|
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
|
||||||
taskkill /F /IM taosd.exe > NUL 2>&1
|
taskkill /F /IM taosd.exe > NUL 2>&1
|
||||||
|
|
||||||
|
rem echo taskkill /F /IM taosd.exe finished
|
|
@ -2,7 +2,7 @@ aux_source_directory(src TSIM_SRC)
|
||||||
add_executable(tsim ${TSIM_SRC})
|
add_executable(tsim ${TSIM_SRC})
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
tsim
|
tsim
|
||||||
PUBLIC taos
|
PUBLIC taos_static
|
||||||
PUBLIC util
|
PUBLIC util
|
||||||
PUBLIC common
|
PUBLIC common
|
||||||
PUBLIC os
|
PUBLIC os
|
||||||
|
|
Loading…
Reference in New Issue