Update test to work around SBCL cleverness (thanks to Patrick Stein)
[trivial-backtrace.git] / lift-standard.config
blob0f22312080cf00d369908a8740e3312d16e1919f
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)
10 ;; suites to run
11 (trivial-backtrace-test)
13 ;; report properties
14 (:report-property :title "Trivial-Backtrace | Test results")
15 (:report-property :relative-to trivial-backtrace-test)
17 (:report-property :style-sheet "test-style.css")
18 (:report-property :if-exists :supersede)
19 (:report-property :format :html)
20 (:report-property :full-pathname "test-results/test-report.html")
21 (:report-property :unique-name t)
22 (:build-report)
24 (:report-property :unique-name t)
25 (:report-property :format :describe)
26 (:report-property :full-pathname "test-results/test-report.txt")
27 (:build-report)
29 (:report-property :format :save)
30 (:report-property :full-pathname "test-results/test-report.sav")
31 (:build-report)
33 (:report-property :format :describe)
34 (:report-property :full-pathname *standard-output*)
35 (:build-report)