repo.or.cz
/
parenscript.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed bug in return of conditional inside a case.
[parenscript.git]
/
parenscript.test.asd
blob
040127ca6d708c042ac1fade48ef81315a62317b
1
;;;; -*- lisp -*-
2
3
(defsystem :parenscript.test
4
:components ((:module :t
5
:serial t
6
:components ((:file "test-package")
7
(:file "test")
8
(:file "output-tests")
9
(:file "package-system-tests"))))
10
:depends-on (:parenscript :fiveam))