Add test for parse_kill_query()
This commit is contained in:
4
server/modules/protocol/MySQL/test/CMakeLists.txt
Normal file
4
server/modules/protocol/MySQL/test/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
add_executable(test_parse_kill test_parse_kill.c)
|
||||
target_link_libraries(test_parse_kill maxscale-common MySQLCommon)
|
||||
add_test(test_parse_kill test_parse_kill)
|
||||
|
Reference in New Issue
Block a user