blob: 62bf3a02a66d917f90df15382d870809636877cf (
plain)
1
2
3
4
5
6
7
8
9
|
(defsystem "objective-cl-tests"
:description "Unit tests for Objective CL."
:version "0.0.1"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
:depends-on (#:objective-cl #:lift)
:components
((:module "Lisp"
:components ((:file "tests")))))
|