projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f704cd
)
tests: don't require ASDF.
author
Stas Boukarev
<stassats@gmail.com>
Thu, 17 Oct 2013 07:50:23 +0000
(11:50 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Thu, 17 Oct 2013 07:50:23 +0000
(11:50 +0400)
With the new scheme, ASDF is not needed at all to load contribs, but
even in the past the contribs which needed it would have loaded it
automatically.
tests/run-tests.lisp
patch
|
blob
|
history
diff --git
a/tests/run-tests.lisp
b/tests/run-tests.lisp
index
7bf562a
..
68cc941
100644
(file)
--- a/
tests/run-tests.lisp
+++ b/
tests/run-tests.lisp
@@
-1,7
+1,3
@@
-#+#.(cl:if (cl:find-package "ASDF") '(or) '(and))
-(require :asdf)
-
-#+#.(cl:if (cl:find-package "SB-POSIX") '(or) '(and))
(handler-bind (#+win32 (warning #'muffle-warning))
(require :sb-posix))