File: runtests.lisp

package info (click to toggle)
cl-contextl 1%3A20211215.gitf4fb3f5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 336 kB
  • sloc: lisp: 3,148; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
(require "asdf")

(let ((asdf:*user-cache* (uiop:getenv "AUTOPKGTEST_TMP")) ; Store FASL in some temporary dir
      (*default-pathname-defaults* (truename "test/")))
  (load "runall.lisp"))