enh: rename passwdTest

This commit is contained in:
kailixu 2024-08-08 16:55:17 +08:00
parent 9ce0c184a1
commit a23c187674
1 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,9 @@ TARGET_LINK_LIBRARIES(
# PUBLIC os util common transport monitor parser catalog scheduler function gtest taos_static qcom executor
#)
ADD_EXECUTABLE(passwdTest ../../../tests/script/api/passwdTest.c)
ADD_EXECUTABLE(userOperTest ../../../tests/script/api/passwdTest.c)
TARGET_LINK_LIBRARIES(
passwdTest
userOperTest
PUBLIC taos
)
@ -70,6 +70,6 @@ add_test(
# )
add_test(
NAME passwdTest
COMMAND passwdTest
NAME userOperTest
COMMAND userOperTest
)