repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
cl-hu-dwim-stefil
/
trunk
/
run-tests.lisp
blob
7088122bb2ed6781a07a99252947392921ac0b51
1
(
require
"asdf"
)
2
3
(
push
(
uiop
/
os
:
getcwd
)
asdf
:*
central-registry
*)
4
5
(
asdf
:
load-system
"hu.dwim.stefil/test"
)
6
7
(
uiop
:
quit
(
if
(
hu
.dwim.stefil
/
test
::
test
)
0 1
))