r4863: Auto commit for Debian build
[clsql.git] / tests / package.lisp
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          package.lisp
6 ;;;; Purpose:       Package file clsql testing suite
7 ;;;; Author:        Kevin M. Rosenberg
8 ;;;; Date Started:  Apr 2003
9 ;;;;
10 ;;;; $Id: package.lisp,v 1.3 2003/05/07 02:45:08 kevin Exp $
11 ;;;; *************************************************************************
12
13 (in-package #:cl-user)
14
15 (defpackage #:clsql-tests
16   (:use #:asdf #:cl #:clsql #:rtest #:util.test))
17
18