source:
trunk/abcl/contrib/jss/jss-tests.asd
@
15008
Last change on this file since 15008 was 15008, checked in by , 6 years ago | |
---|---|
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.