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-fiveam
/
repos
/
community-any
/
run-tests.lisp
blob
a1fbf8dd58eee2f4efa4c0293b0157af55a087a2
1
(
require
"asdf"
)
2
3
(
push
(
uiop
/
os
:
getcwd
)
asdf
:*
central-registry
*)
4
5
(
asdf
:
load-system
"fiveam/test"
)
6
7
(
uiop
:
quit
(
if
(
asdf
:
test-system
"fiveam"
)
0 1
))