r8936: merged classic-tests into tests
[clsql.git] / tests / package.lisp
index 619b8b071d8da58e2f8b0f9ea9197f64b35debbd..df38db1274bd63ca8255b424f1b9daa5aad51338 100644 (file)
@@ -1,18 +1,22 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; *************************************************************************
-;;;; FILE IDENTIFICATION
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; ======================================================================
+;;;; File:    package.lisp
+;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
+;;;; Created: 30/03/2004
+;;;; Updated: $Id$
+;;;; ======================================================================
 ;;;;
-;;;; Name:          package.lisp
-;;;; Purpose:       Package file clsql testing suite
-;;;; Author:        Kevin M. Rosenberg
-;;;; Date Started:  Apr 2003
+;;;; Description ==========================================================
+;;;; ======================================================================
 ;;;;
-;;;; $Id$
-;;;; *************************************************************************
+;;;; Package definition for CLSQL test suite.
+;;;;
+;;;; ======================================================================
+
 
 (in-package #:cl-user)
 
 (defpackage #:clsql-tests
-  (:use #:asdf #:cl #:clsql #:rtest #:ptester))
-
-
+  (:use #:clsql #:common-lisp #:rtest #:ptester)
+  (:export #:run-tests #:test-initialise-database #:test-connect-to-database)
+  (:documentation "Regression tests for CLSQL."))