projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c1b8b
)
add basic test-op
author
Kevin Rosenberg
<kevin@rosenberg.net>
Sat, 5 Apr 2003 22:10:03 +0000
(22:10 +0000)
committer
Kevin Rosenberg
<kevin@rosenberg.net>
Sat, 5 Apr 2003 22:10:03 +0000
(22:10 +0000)
contrib/sb-aclrepl/sb-aclrepl.asd
patch
|
blob
|
history
diff --git
a/contrib/sb-aclrepl/sb-aclrepl.asd
b/contrib/sb-aclrepl/sb-aclrepl.asd
index
4412870
..
671a2b8
100644
(file)
--- a/
contrib/sb-aclrepl/sb-aclrepl.asd
+++ b/
contrib/sb-aclrepl/sb-aclrepl.asd
@@
-8,3
+8,8
@@
:components ((:file "repl")
(:file "inspect" :depends-on ("repl"))))
+
+;; FIXME - test for successful compilation of sb-aclrepl
+
+(defmethod perform ((o test-op) (c (eql (find-system :sb-aclrepl))))
+ t)