;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; ;;;; Name: tests.lisp ;;;; Purpose: tests file ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Oct 2006 ;;;; ;;;; $Id$ ;;;; ;;;; Copyright (c) 2006 by Kevin Rosenberg. ;;;; ************************************************************************* (in-package #:cl) (defpackage #:gmparse-tests (:use #:gmparse #:cl #:rtest)) (in-package #:gmparse-tests) (rem-all-tests)