X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FREADME;h=d5d78ef546896cf1023a6e00fac88459060fc0b3;hb=d0b5c8c2a14929792d2d5818b57db27cae4484b2;hp=f93cfa99081e7493a5095ed0b40831ab384f2d09;hpb=70227e5f0b76bb649fc6c1a478d7374953fd815b;p=clsql.git diff --git a/tests/README b/tests/README index f93cfa9..d5d78ef 100644 --- a/tests/README +++ b/tests/README @@ -1,7 +1,13 @@ * RUNNING THE REGRESSION SUITE -Create a .clsql-tests.config file in your home directory. -See test-init.lisp for the structure of the data. +This test suite looks for a configuration file named +".clsql-test.config" located in the users home directory. This file +contains a single assoc-list that specifies the connection specs for +each database type to be tested. There is an example file in +contained in CLSQL's examples directory. + +These tests require the downloading of the rt package from +http://files.b9.com/. Load clsql.asd or put it somewhere where ASDF can find it and call: @@ -9,7 +15,7 @@ and call: (asdf:oos 'asdf:test-op 'clsql) The test suite will then automatically run on all of the backends that -you have defined in .clsql-tests.config +you have defined in .clsql-test.config * REGRESSION TEST SUITE GOALS