From e55e5a3a69b7ea80ec06fa2a683ca8e7bd29ce26 Mon Sep 17 00:00:00 2001 From: Gary King Date: Sun, 26 Oct 2008 20:58:02 -0400 Subject: [PATCH] added lift-standard.config darcs-hash:20081027005802-3cc5d-b74ddb0d50189311bd2be45357bfcbffec57520e.gz --- lift-standard.config | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 lift-standard.config diff --git a/lift-standard.config b/lift-standard.config new file mode 100644 index 0000000..f06b18c --- /dev/null +++ b/lift-standard.config @@ -0,0 +1,37 @@ +;;; configuration for LIFT tests + +;; settings +(:if-dribble-exists :supersede) +(:dribble "lift.dribble") +(:print-length 10) +(:print-level 5) +(:print-test-case-names t) + +;; suites to run +(cl-graph-test) + +;; report properties +(:report-property :title "CL-Graph | Test results") +(:report-property :relative-to lift-test) + + + +(:report-property :style-sheet "test-style.css") +(:report-property :if-exists :supersede) +(:report-property :format :html) +(:report-property :name "test-results/test-report.html") +(:report-property :unique-name t) +(:build-report) + +(:report-property :unique-name t) +(:report-property :format :describe) +(:report-property :name "test-results/test-report.txt") +(:build-report) + +(:report-property :format :save) +(:report-property :name "test-results/test-report.sav") +(:build-report) + +(:report-property :format :describe) +(:report-property :full-pathname *standard-output*) +(:build-report) -- 1.7.10.4