1 ;;; configuration for LIFT tests
4 (:if-dribble-exists :supersede)
5 (:dribble "lift.dribble")
8 (:print-test-case-names t)
15 (:report-property :title "CLS | Test results")
16 (:report-property :relative-to lift-test)
18 (:report-property :style-sheet "test-style.css")
19 (:report-property :if-exists :supersede)
20 (:report-property :format :html)
21 (:report-property :name "test-results/test-report.html")
22 (:report-property :unique-name t)
25 (:report-property :format :describe)
26 (:report-property :full-pathname *standard-output*)