projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c820f4e
)
Add ASDF metadata
author
Stelian Ionescu
<sionescu@cddr.org>
Thu, 18 Jul 2013 11:40:23 +0000
(13:40 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Thu, 18 Jul 2013 11:40:23 +0000
(13:40 +0200)
fiveam.asd
patch
|
blob
|
history
diff --git
a/fiveam.asd
b/fiveam.asd
index
9a056fa
..
dac1fae
100644
(file)
--- a/
fiveam.asd
+++ b/
fiveam.asd
@@
-6,6
+6,8
@@
(or *compile-file-pathname*
*load-truename*)))
(read f))
+ :description "A simple regression testing framework"
+ :license "BSD"
:depends-on (:alexandria)
:pathname "src/"
:components ((:file "package")
@@
-25,6
+27,8
@@
(defsystem :fiveam-test
:author "Edward Marco Baringer <mb@bese.it>"
+ :description "FiveAM's own test suite"
+ :license "BSD"
:depends-on (:fiveam)
:pathname "t/"
:components ((:file "suite")