aboutsummaryrefslogtreecommitdiff
path: root/debian/tests/compile.lisp
blob: b4377ba8ed8c339edf6c9719acf5e380445b482e (plain)
1
2
3
4
5
6
7
8
9
(require "asdf")

;; this ensures that we've listed the files in consfigurator.asd in the
;; correct order

(let ((asdf:*compile-file-failure-behaviour* :error)
      (asdf:*compile-file-warnings-behaviour* :error)
      (asdf:*user-cache* (uiop:getenv "AUTOPKGTEST_TMP")))
  (asdf:load-system "consfigurator"))