source: trunk/abcl/contrib/asdf-jar/asdf-jar-test.asd

Last change on this file was 15693, checked in by Mark Evenson, 12 months ago

asdf-jar: fix test dependencies

Use ASDF and QUICKLISP-ABCL to declare and install dependencies.

File size: 333 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem asdf-jar-test
3  :defsystem-depends-on (prove-asdf)
4  :depends-on (prove hunchentoot)
5  :perform (test-op (o c)
6             (uiop:symbol-call :prove-asdf 'run-test-system c))
7  :components ((:module test
8                :pathname "t/"
9                :components ((:test-file "package-asdf")))))
10
11
Note: See TracBrowser for help on using the repository browser.