Factor out .test-reading capability

The capability for reading MySQL/MariaDB .test-files has now been
factored out from the compare.cc test program. That way, the
functionality can be used from other test programs as well.
This commit is contained in:
Johan Wikman
2016-12-09 15:11:58 +02:00
parent 00e2149760
commit aa2de52054
4 changed files with 480 additions and 298 deletions

View File

@ -19,7 +19,7 @@ if (BUILD_QC_MYSQLEMBEDDED)
add_executable(classify classify.c)
target_link_libraries(classify maxscale-common)
add_executable(compare compare.cc)
add_executable(compare compare.cc testreader.cc)
target_link_libraries(compare maxscale-common)
add_executable(crash_qc_sqlite crash_qc_sqlite.c)