Automated commit for debian release 1.6.6-1
[lml2.git] / tests.lisp
1 ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          tests.lisp
6 ;;;; Purpose:       tests file
7 ;;;; Author:        Kevin M. Rosenberg
8 ;;;; Date Started:  Oct 2006
9 ;;;;
10 ;;;; $Id$
11 ;;;;
12 ;;;; Copyright (c) 2006 by Kevin Rosenberg.
13 ;;;; *************************************************************************
14
15 (in-package #:cl)
16 (defpackage #:lml2-tests
17   (:use #:lml2 #:cl #:regression-test))
18 (in-package #:lml2-tests)
19
20 (rem-all-tests)
21
22