File: runtests.lisp

package info (click to toggle)
cl-metabang-bind 20230508.git0819642-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: lisp: 1,607; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
(require "asdf")

; Until the testsuite is really exercised (would require “lift” to be
; packaged), the tests are marked “superficial” in debian/tests/control

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