r8936: merged classic-tests into tests
[clsql.git] / tests / package.lisp
index f3efb3ef57305c7adb35df3bfc865b5c8a3363f0..df38db1274bd63ca8255b424f1b9daa5aad51338 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 #:ptester)
   (:export #:run-tests #:test-initialise-database #:test-connect-to-database)
   (:documentation "Regression tests for CLSQL."))