r8914: rework test suites
[clsql.git] / tests / package.lisp
index f3efb3ef57305c7adb35df3bfc865b5c8a3363f0..a4333f141b40d7930bb737ea42e0aad8e7bb2a10 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    package.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
@@ -17,6 +17,6 @@
 (in-package #:cl-user)
 
 (defpackage #:clsql-tests
-  (:use #:clsql #:common-lisp #:rtest)
+  (:use #:clsql #:common-lisp #:rtest #:clsql-classic-tests)
   (:export #:run-tests #:test-initialise-database #:test-connect-to-database)
   (:documentation "Regression tests for CLSQL."))