X-Git-Url: http://git.kpe.io/?p=xptest.git;a=blobdiff_plain;f=README;h=d84ce77b65ee83c1d2b470f76044abbd20295aac;hp=a95da130917f5eec5a6be4e4e003f1c72e658e6a;hb=cc351139d2f5c5ee501ed79d525e0ab75047dc35;hpb=dc17e2a19cfd500701662e5538be3bd85a0a80fd diff --git a/README b/README index a95da13..d84ce77 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -xptest - An "Extreme Programming" test framework for Comon Lisp +xptest - An "Extreme Programming" test framework for Common Lisp ====================================================================== xptest is a framework for building test cases, managing test data, and @@ -17,11 +17,7 @@ is just a pathetic clinging some romantic notion of the author. Installation ====================================================================== -xptest uses defsystem, so your lisp needs to support defsystem. You -may need to modify the XPTest.system file in order to tell defsystem -where the source files are stored, and/or set up the appropirate -logial path translations. Alternatively you can just load up the -files by hand. +This package uses ASDF to load its files.