X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xptest.asd;h=2d5dff5ca7b0cf123b6a8c2ca506d7ca9de9e510;hb=7f58715215c93f4ab9607eb940d8c0437c892252;hp=978018815de4566d3c489fe4c562f462c94244d8;hpb=89863dfb40aefa90466e48922190542a9b0e5563;p=xptest.git diff --git a/xptest.asd b/xptest.asd index 9780188..2d5dff5 100644 --- a/xptest.asd +++ b/xptest.asd @@ -1,11 +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")))