X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=c899867e2ea46dd2ffce5563906231ec40615e59;hp=76a7bffc6496f97fc03f70d3b7a05ae5cf0312b6;hb=fcb0cac1b206dacdb3d1043b5393bbb510a00882;hpb=7500a5933c56c68b1ecb16092415d0412efee05e diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 76a7bff..c899867 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -552,3 +552,10 @@ (disconnect :database *default-database*)) (test-connect-to-database :postgresql (car (postgresql-spec (read-specs)))) (test-initialise-database)) + +(defun rlm () + "Rapid load for interactive testing." + (when *default-database* + (disconnect :database *default-database*)) + (test-connect-to-database :mysql (car (mysql-spec (read-specs)))) + (test-initialise-database))