fix tests/test/c/importPerTabe.c typo

[TD-429]
This commit is contained in:
Shuduo Sang 2020-05-26 19:32:16 +08:00
parent 53e5f84d64
commit da266b1c1b
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ IF ((TD_LINUX_64) OR (TD_LINUX_32 AND TD_ARM))
add_executable(importOneRow importOneRow.c)
target_link_libraries(importOneRow taos_static pthread)
add_executable(importPerTabe importPerTabe.c)
target_link_libraries(importPerTabe taos_static pthread)
add_executable(importPerTable importPerTable.c)
target_link_libraries(importPerTable taos_static pthread)
ENDIF()