added more links on the webpage
[cl-graph.git] / lift-standard.config
1 ;;; configuration for LIFT tests
2
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
10 ;; suites to run
11 (cl-graph-test)
12
13 ;; report properties
14 (:report-property :title "CL-Graph | Test results")
15 (:report-property :relative-to lift-test)
16
17
18
19 (:report-property :style-sheet "test-style.css")
20 (:report-property :if-exists :supersede)
21 (:report-property :format :html)
22 (:report-property :name "test-results/test-report.html")
23 (:report-property :unique-name t)
24 (:build-report)
25
26 (:report-property :unique-name t)
27 (:report-property :format :describe)
28 (:report-property :name "test-results/test-report.txt")
29 (:build-report)
30
31 (:report-property :format :save)
32 (:report-property :name "test-results/test-report.sav")
33 (:build-report)
34
35 (:report-property :format :describe)
36 (:report-property :full-pathname *standard-output*)
37 (:build-report)