Backend setup and labels are given in separate arguments. Only the backend setup is saved to the test information array. Additional link libraries may also be defined if a group of tests want to share code.
4 lines
181 B
CMake
4 lines
181 B
CMake
# MySQL Monitor switchover
|
|
add_test_executable_ex(NAME mysqlmon_switchover SOURCE mysqlmon_switchover.cpp CONFIG mysqlmon_switchover.cnf
|
|
VMS repl_backend LABELS switchover)
|