X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi-tests.asd;h=f5ff0c985e416cc077dfb669418c25013be1420a;hb=32a1ec81381452961a16a0dea1aff5711d4a3ed0;hp=6ecea17ec88ca7d90e624c08814d24b2b9385e53;hpb=b7409095bc08c7220d4905a1cb168fff084fcc54;p=uffi.git diff --git a/uffi-tests.asd b/uffi-tests.asd index 6ecea17..f5ff0c9 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.4 2003/04/29 14:08:02 kevin Exp $ +;;;; $Id: uffi-tests.asd,v 1.5 2003/04/30 13:48:34 kevin Exp $ ;;;; ************************************************************************* (defpackage #:uffi-tests-system @@ -27,6 +27,7 @@ (:file "getenv" :depends-on ("package")) (:file "gethostname" :depends-on ("package")) (:file "union" :depends-on ("package")) + (:file "arrays" :depends-on ("package")) (:file "uffi-c-test-lib" :depends-on ("package")) ))))