You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/tests/test_cluster_sim_aurora-t.cpp

10 lines
243 B

/**
* @file test_cluster_sim_aurora-t.cpp
* @brief TAP wrapper running cluster_simulator against aurora_tests_payloads/.
*/
#include "cluster_sim_runner.h"
int main(int, const char*[]) {
return run_cluster_sim("aurora_tests_payloads");
}