提交 f70709be 编写于 作者: K kailixu

fix: run sim cases on windows

上级 9c7b5308
...@@ -3,4 +3,6 @@ ...@@ -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
\ No newline at end of file
rem echo taskkill /F /IM taosd.exe finished
\ No newline at end of file
...@@ -2,7 +2,7 @@ aux_source_directory(src TSIM_SRC) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册