Last change
on this file was
15217,
checked in by Mark Evenson, 5 years ago
|
ci: stop ABCL-PROVE from exiting fatally on STORAGE-CONDITION
TODO: work on getting the right handlers in place for conditions that
are signalled, both known and unknown.
|
File size:
503 bytes
|
Line | |
---|
1 | ;;;; FIXME: resolve this Quicklisp/ASDF schism so that this is not necessary |
---|
2 | |
---|
3 | |
---|
4 | (defsystem :abcl-prove |
---|
5 | :depends-on (prove)) |
---|
6 | |
---|
7 | (defsystem :abcl-prove/t |
---|
8 | :depends-on (:abcl-prove :abcl) |
---|
9 | :perform |
---|
10 | (asdf:test-op (op c) |
---|
11 | ;; (ignore c) ;;; any reference triggers all source artifacts |
---|
12 | (ignore-errors |
---|
13 | (dolist (p (directory |
---|
14 | (merge-pathnames "*.lisp" |
---|
15 | (asdf:system-relative-pathname :abcl "t/")))) |
---|
16 | (uiop:symbol-call :prove :run p))))) |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.