Add test for parse_kill_query()

This commit is contained in:
Esa Korhonen
2017-05-10 14:01:01 +03:00
parent 4add7a14fc
commit 39da11763b
3 changed files with 94 additions and 0 deletions

View 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)