xarray setup, progress.
[CommonLispStat.git] / lift-standard.config
blobbe9e5197e0d3dc102d628489ae0b563e303d4e7f
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)
9 (:log-pathname t)
11 ;; suites to run
12 (lift-test)
14 ;; report properties
15 (:report-property :title "Common Lisp Statistics | 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)
23 (:build-report)
25 (:report-property :format :describe)
26 (:report-property :full-pathname *standard-output*)
27 (:build-report)