added log manager and query classifier tests

This commit is contained in:
Markus Makela
2014-09-12 06:06:11 +03:00
parent 8697b97617
commit d8c34aabad
5 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,4 @@
file(COPY ${ERRMSG} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
add_executable(canonizer canonizer.c)
target_link_libraries(canonizer pthread query_classifier z dl ssl aio crypt crypto rt m ${EMBEDDED_LIB} fullcore)
add_test(NAME TestCanonicalQuery COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/canontest.sh testcanon.log input.sql output.sql expected.sql)