File: runtests.lisp

package info (click to toggle)
cl-ptester 20160829.gitfe69fde-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 116 kB
  • sloc: lisp: 489; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
(require "asdf")

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