r4733: *** empty log message ***
[clsql.git] / tests / README
1 These tests require the setup of a configuration file with account
2 information for MySQL and PostgreSQL SQL servers. Additionally,
3 the Debian package acl-installer must be installed and a license downloaded
4 to use the AODBC tests.
5
6 This test suite looks for a configuration file named ".clsql-test.config"
7 located in the users home directory.
8
9 This file contains a single a-list that specifies the connection
10  specs for each database type to be tested. For example, to test all
11 platforms, a sample file might look like this:
12
13 ((:mysql ("localhost" "a-mysql-db" "user1" "secret"))
14  (:aodbc ("my-dsn" "a-user" "pass"))
15  (:postgresql ("localhost" "another-db" "user2" "dont-tell"))
16  (:postgresql-socket ("pg-server" "a-db-name" "user" "secret-password")))