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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user