Files
fail/tools/tests/my.cnf.in
Christian Dietrich f92b930acb tools/tests: small end-to-end test suite for importing/pruning
As bigger changes lie ahead, we want a small end-to-end test suite
that ensures that our importing and tracing does not fall apart. With
this change, we add the infrastructure and two test-cases (fib, qsort)
including ELFs, traces, and injection results.

In order to run the basic-pruner test cases, one needs to setup a
MySQL table and set the CMake option ENABLE_DATABASE_TESTS.
2020-12-16 15:38:29 +01:00

7 lines
140 B
Plaintext

[client]
user=@TEST_MYSQL_USER@
password=@TEST_MYSQL_PASSWORD@
host=@TEST_MYSQL_HOST@
port=@TEST_MYSQL_PORT@
database=@TEST_MYSQL_DATABASE@