X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xptest.asd;h=2d5dff5ca7b0cf123b6a8c2ca506d7ca9de9e510;hb=7f58715215c93f4ab9607eb940d8c0437c892252;hp=d4b0699c4d1d7fa26d9e359c136f7f84f880deb7;hpb=a3a8776ca127bd6125c47047832bc94dbaa68b26;p=xptest.git diff --git a/xptest.asd b/xptest.asd index d4b0699..2d5dff5 100644 --- a/xptest.asd +++ b/xptest.asd @@ -1,7 +1,26 @@ -;;; -*- Mode: Lisp -*- +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: xptest.asd +;;;; Purpose: ASDF definition file for Xptest +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Sep 2002 +;;;; +;;;; $Id$ +;;;; ************************************************************************* (defpackage #:xptest-system (:use #:asdf #:cl)) (in-package #:xptest-system) (defsystem :xptest - :components ((:file "xptestsuite"))) + :name "cl-xptest" + :author "Craig Brozensky" + :version "2003.04.21" + :maintainer "Kevin M. Rosenberg " + :licence "Public domain" + :description "Extreme Programming Testing Suite" + :long-description "The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages." + + :components + ((:file "xptestsuite")))