The cmake-function add_test_executable_ex() adds a test using a source file in the current directory. The config file is given as a relative path.
1 line
111 B
CMake
1 line
111 B
CMake
add_test_executable_ex(mysqlmon_switchover.cpp mysqlmon_switchover mysqlmon_switchover.cnf LABELS REPL_BACKEND) |