source:
tags/1.7.1/abcl-prove.asd
Last change on this file was 15341, checked in by , 4 years ago | |
---|---|
File size: 443 bytes |
Line | |
---|---|
1 | (defsystem :abcl-prove |
2 | :version "1.7.0" |
3 | :depends-on (prove)) |
4 | |
5 | (defsystem :abcl-prove/t |
6 | :depends-on (:abcl-prove :abcl) |
7 | :perform |
8 | (asdf:test-op (op c) |
9 | ;; (ignore c) ;;; any reference triggers all source artifacts |
10 | (ignore-errors |
11 | (dolist (p (directory |
12 | (merge-pathnames "*.lisp" |
13 | (asdf:system-relative-pathname :abcl "t/")))) |
14 | (uiop:symbol-call :prove :run p))))) |
15 | |
16 | |
17 | |
18 | |
19 |
Note: See TracBrowser
for help on using the repository browser.