X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=kmrcl-tests.asd;h=331ee74d5a2e0220cea990acd045a91414a9eec3;hb=HEAD;hp=8f5a4464b6110a3a183fede74879418d542ae732;hpb=aa610805927518a648eb0da6a8713cd0a83337df;p=kmrcl.git diff --git a/kmrcl-tests.asd b/kmrcl-tests.asd deleted file mode 100644 index 8f5a446..0000000 --- a/kmrcl-tests.asd +++ /dev/null @@ -1,25 +0,0 @@ -;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ************************************************************************* -;;;; FILE IDENTIFICATION -;;;; -;;;; Name: kmrcl-tests.asd -;;;; Purpose: ASDF system definitionf for kmrcl testing package -;;;; Author: Kevin M. Rosenberg -;;;; Date Started: Apr 2003 -;;;; -;;;; $Id: kmrcl-tests.asd,v 1.1 2003/04/28 21:12:27 kevin Exp $ -;;;; ************************************************************************* - -(defpackage #:kmrcl-tests-system - (:use #:asdf #:cl)) -(in-package #:kmrcl-tests-system) - -(defsystem kmrcl-tests - :depends-on (:rt :kmrcl) - :components ((:file "tests"))) - -(defmethod perform ((o test-op) (c (eql (find-system :kmrcl-tests)))) - (or (funcall (intern (symbol-name '#:do-tests) - (find-package '#:regression-test))) - (error "test-op failed"))) -