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