r8848: more usql to clsql renaming
[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: <04/04/2004 12:00:14 marcusp>
7 ;;;; ======================================================================
8 ;;;;
9 ;;;; Description ==========================================================
10 ;;;; ======================================================================
11 ;;;;
12 ;;;; Package definition for CLSQL-USQL test suite.
13 ;;;;
14 ;;;; ======================================================================
15
16
17 (in-package #:cl-user)
18
19 (defpackage #:clsql-usql-tests
20   (:nicknames #:usql-tests)
21   (:use #:clsql-usql #:common-lisp #:rtest)
22   (:export #:test-usql #:test-initialise-database #:test-connect-to-database)
23   (:documentation "Regression tests for CLSQL-USQL."))