[armedbear-cvs] r14049 - trunk/abcl
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Fri Aug 3 20:43:55 UTC 2012
Author: ehuelsmann
Date: Fri Aug 3 13:43:53 2012
New Revision: 14049
Log:
Add the clos-tests.lisp file added in the last commit to the ASD file.
Modified:
trunk/abcl/abcl.asd
Modified: trunk/abcl/abcl.asd
==============================================================================
--- trunk/abcl/abcl.asd Fri Aug 3 13:06:25 2012 (r14048)
+++ trunk/abcl/abcl.asd Fri Aug 3 13:43:53 2012 (r14049)
@@ -40,6 +40,7 @@
#+abcl
(:file "mop-tests" :depends-on
("mop-tests-setup"))
+ (:file "clos-tests")
(:file "file-system-tests")
#+abcl
(:file "jar-pathname" :depends-on
More information about the armedbear-cvs
mailing list