X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi-tests.asd;fp=uffi-tests.asd;h=91af3a5c59aa024919f703d2b8044b3a070a6477;hb=33b8a5afb55eb161ef04a1be94e6d2dca85c748c;hp=f5ff0c985e416cc077dfb669418c25013be1420a;hpb=32a1ec81381452961a16a0dea1aff5711d4a3ed0;p=uffi.git diff --git a/uffi-tests.asd b/uffi-tests.asd index f5ff0c9..91af3a5 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.5 2003/04/30 13:48:34 kevin Exp $ +;;;; $Id: uffi-tests.asd,v 1.6 2003/04/30 14:06:14 kevin Exp $ ;;;; ************************************************************************* (defpackage #:uffi-tests-system @@ -28,6 +28,7 @@ (:file "gethostname" :depends-on ("package")) (:file "union" :depends-on ("package")) (:file "arrays" :depends-on ("package")) + (:file "time" :depends-on ("package")) (:file "uffi-c-test-lib" :depends-on ("package")) ))))