r8936: merged classic-tests into tests
[clsql.git] / tests / package.lisp
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; ======================================================================
3 ;;;; File:    package.lisp
4 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
5 ;;;; Created: 30/03/2004
6 ;;;; Updated: $Id$
7 ;;;; ======================================================================
8 ;;;;
9 ;;;; Description ==========================================================
10 ;;;; ======================================================================
11 ;;;;
12 ;;;; Package definition for CLSQL test suite.
13 ;;;;
14 ;;;; ======================================================================
15
16
17 (in-package #:cl-user)
18
19 (defpackage #:clsql-tests
20   (:use #:clsql #:common-lisp #:rtest #:ptester)
21   (:export #:run-tests #:test-initialise-database #:test-connect-to-database)
22   (:documentation "Regression tests for CLSQL."))