source: trunk/abcl/contrib/jss/jss-tests.asd @ 15008

Last change on this file since 15008 was 15008, checked in by Mark Evenson, 6 years ago

Normalize ASDF definitions to follow best practices

c.f. <https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md>

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