X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=wol.asd;fp=wol.asd;h=e4ab74854e5f51bdc567050f731db9cc5b9be72e;hp=65eeb7022a134416cc8737cbbd68b083914a2db8;hb=0c0d2b88b9c35f1da0f62566768ccc0b6a4c7aa2;hpb=cfaad04360c41c3c930d8da4eeafc848ff46f6aa diff --git a/wol.asd b/wol.asd index 65eeb70..e4ab748 100644 --- a/wol.asd +++ b/wol.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: wol.asd,v 1.6 2003/08/09 21:42:24 kevin Exp $ +;;;; $Id: wol.asd,v 1.7 2003/08/10 05:16:52 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -43,7 +43,7 @@ (defmethod perform ((o test-op) (c (eql (find-system 'wol)))) (operate 'load-op 'wol-tests) - (operate 'test-op 'wol-tests)) + (operate 'test-op 'wol-tests :force t)) (defsystem wol-tests :depends-on (wol xlunit)