Testing MariaDB Connector/C
For testing MariaDB Connector/C, you need a running MariaDB server instance. Before you run the test suite, specify the following environment variables:
MYSQL_TEST_HOST(default localhost)MYSQL_TEST_USERMYSQL_TEST_PASSWDMYSQL_TEST_PORTMYSQL_TEST_SOCKETMYSQL_TEST_DB(default test)
To run the test suite, execute ctest from the command line: