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 up bogus returns in ps-runtime-lib.
[parenscript.git]
/
parenscript.test.asd
blob
316dce31858e7c5400e55cc6e1193235e0b37d42
1
;;;; -*- lisp -*-
2
3
(defsystem :parenscript.test
4
:license "Public Domain"
5
:components ((:module :t
6
:serial t
7
:components ((:file "test-package")
8
(:file "test")
9
(:file "output-tests")
10
(:file "package-system-tests")
11
(:file "eval-tests"))))
12
:depends-on (:parenscript :eos :cl-js))