X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi-tests.asd;h=6ecea17ec88ca7d90e624c08814d24b2b9385e53;hb=bdb966b22ea563a7dfa1f464a1b6cb6d8b5a712c;hp=0bf6ab3315f5aff849b7a08bd1874d80c4d05cc8;hpb=886f754686a07aea92089a3ffdc997836d69d9f3;p=uffi.git diff --git a/uffi-tests.asd b/uffi-tests.asd index 0bf6ab3..6ecea17 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.3 2003/04/29 13:16:14 kevin Exp $ +;;;; $Id: uffi-tests.asd,v 1.4 2003/04/29 14:08:02 kevin Exp $ ;;;; ************************************************************************* (defpackage #:uffi-tests-system @@ -24,6 +24,10 @@ (:file "strtol" :depends-on ("package")) (:file "atoifl" :depends-on ("package")) (:file "compress" :depends-on ("package")) + (:file "getenv" :depends-on ("package")) + (:file "gethostname" :depends-on ("package")) + (:file "union" :depends-on ("package")) + (:file "uffi-c-test-lib" :depends-on ("package")) )))) (defmethod perform ((o test-op) (c (eql (find-system :uffi-tests))))