mode to facilitate editing.
[CommonLispStat.git] / external / lift.darcs / lift-standard.config
blob390051efc3a22319f50f92df8520e903ba77dcf3
1 ;;; -*- mode: lisp -*-
2 ;;; configuration for LIFT tests
4 ;; settings
5 (:if-dribble-exists :supersede)
6 (:dribble "lift.dribble")
7 (:print-length 10)
8 (:print-level 5)
9 (:print-test-case-names t)
12 ;; suites to run
13 (lift-test)
15 ;; report properties
16 (:report-property :title "LIFT | Test results")
17 (:report-property :relative-to lift-test)
21 (:report-property :style-sheet "test-style.css")
22 (:report-property :if-exists :supersede)
23 (:report-property :format :html)
24 (:report-property :name "test-results/test-report.html")
25 (:report-property :unique-name t)
26 (:build-report)
28 (:report-property :unique-name t)
29 (:report-property :format :describe)
30 (:report-property :name "test-results/test-report.txt")
31 (:build-report)
33 (:report-property :format :save)
34 (:report-property :name "test-results/test-report.sav")
35 (:build-report)
37 (:report-property :format :describe)
38 (:report-property :full-pathname *standard-output*)
39 (:build-report)