[bknr-devel] Re: [bknr-cvs] r2376 - branches/bos/projects/bos/m2
http://random-state.net/log/3390120648.html On Jan 21, 2008 3:03 PM, <ksprotte@common-lisp.net> wrote:
Author: ksprotte Date: Mon Jan 21 09:03:34 2008 New Revision: 2376
Removed: branches/bos/projects/bos/m2/allocation-cache-test.lisp Modified: branches/bos/projects/bos/m2/bos.test.asd Log: no need to have separate allocation-cache-test.lisp
Modified: branches/bos/projects/bos/m2/bos.test.asd ============================================================================== --- branches/bos/projects/bos/m2/bos.test.asd (original) +++ branches/bos/projects/bos/m2/bos.test.asd Mon Jan 21 09:03:34 2008 @@ -6,7 +6,6 @@ :components ((:file "packages-test") (:file "test-suites" :depends-on ("packages-test")) (:file "test-fixtures" :depends-on ("packages-test")) - (:file "allocation-test" :depends-on ("test-suites" "test-fixtures")) - (:file "allocation-cache-test" :depends-on ("test-suites" "test-fixtures")) + (:file "allocation-test" :depends-on ("test-suites" "test-fixtures")) ;; (:file "utils" :depends-on ("config")) )) _______________________________________________ bknr-cvs mailing list bknr-cvs@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/bknr-cvs
participants (1)
-
Hans Hübner