;;; configuration for LIFT tests ;; settings (:if-dribble-exists :supersede) (:dribble "lift.dribble") (:print-length 10) (:print-level 5) (:print-test-case-names t) (:log-pathname t) ;; suites to run (asdf-binary-locations-test) ;; report properties (:report-property :title "ASDF-binary-locations | Test results") (:report-property :relative-to asdf-binary-locations-test) (:report-property :style-sheet "test-style.css") (:report-property :if-exists :supersede) (:report-property :format :html) (:report-property :name "test-results/test-report") (:report-property :unique-name t) (:build-report) (:report-property :format :describe) (:report-property :full-pathname *standard-output*) (:build-report)