projects
/
clnl
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
0.0.0 Release
[clnl]
/
src
/
test
/
clnl-test.internal.asd
1
; For why this is the way it is, see src/main/clnl.asd
2
(asdf:defsystem clnl-test.internal
3
:components ((:file "package")
4
(:file "main")
5
(:file "simpletests")
6
(:file "viewtests")))