X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi-tests.asd;fp=uffi-tests.asd;h=0bf6ab3315f5aff849b7a08bd1874d80c4d05cc8;hb=886f754686a07aea92089a3ffdc997836d69d9f3;hp=d3c9cccc1e9605658469de6bbe21eb85f6c2503b;hpb=0bf8fb658b7a8181a42792f7cb0de08b91f7a8d3;p=uffi.git diff --git a/uffi-tests.asd b/uffi-tests.asd index d3c9ccc..0bf6ab3 100644 --- a/uffi-tests.asd +++ b/uffi-tests.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: uffi-tests.asd,v 1.2 2003/04/29 12:57:10 kevin Exp $ +;;;; $Id: uffi-tests.asd,v 1.3 2003/04/29 13:16:14 kevin Exp $ ;;;; ************************************************************************* (defpackage #:uffi-tests-system @@ -23,6 +23,7 @@ (:file "package" :depends-on ("rt")) (:file "strtol" :depends-on ("package")) (:file "atoifl" :depends-on ("package")) + (:file "compress" :depends-on ("package")) )))) (defmethod perform ((o test-op) (c (eql (find-system :uffi-tests))))