Skip to content

Commit

Permalink
Add metadata to test ASDF files.
Browse files Browse the repository at this point in the history
  • Loading branch information
brown committed Jun 6, 2015
1 parent 56dd3e2 commit c7d5598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions com.google.base-test.asd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
;;;; Author: brown@google.com (Robert Brown)

(defsystem com.google.base-test
:name "Lisp base test"
:description "Test code for package COM.GOOGLE.BASE."
:version "1.4"
:author "Robert Brown"
:license "New BSD license. See the copyright messages in individual files."
:depends-on (com.google.base hu.dwim.stefil)
:components
((:file "base_test")))
Expand Down

0 comments on commit c7d5598

Please sign in to comment.