using darcs repo of lift
[CommonLispStat.git] / external / lift.darcs / lift-standard.config
blob5dba80a04031fb7ef4f283ed615601799616d17e
1 ;;; configuration for LIFT tests
3 ;; settings
4 (:if-dribble-exists :supersede)
5 (:dribble "lift.dribble")
6 (:print-length 10)
7 (:print-level 5)
8 (:print-test-case-names t)
11 ;; suites to run
12 (lift-test)
14 ;; report properties
15 (:report-property :title "LIFT | Test results")
16 (:report-property :relative-to lift-test)
20 (:report-property :style-sheet "test-style.css")
21 (:report-property :if-exists :supersede)
22 (:report-property :format :html)
23 (:report-property :name "test-results/test-report.html")
24 (:report-property :unique-name t)
25 (:build-report)
27 (:report-property :unique-name t)
28 (:report-property :format :describe)
29 (:report-property :name "test-results/test-report.txt")
30 (: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)