File: runtests.lisp

package info (click to toggle)
cl-iterate 20210519.gitb0f9a9c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 980 kB
  • sloc: lisp: 4,050; sh: 238; makefile: 60
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
(require "asdf")

(let ((asdf:*user-cache* (uiop:getenv "AUTOPKGTEST_TMP"))) ; Store FASL in some temporary dir
  (asdf:load-system "iterate"))

; The following raises an error if a test fails
(asdf:test-system "iterate")