Navigation Menu

Skip to content

Commit

Permalink
Switched website to Markdown; running tests with configuration
Browse files Browse the repository at this point in the history
darcs-hash:20071108201953-3cc5d-d8397a45e838f509c661e4de04a5a21faac23378.gz
  • Loading branch information
Gary King committed Nov 8, 2007
1 parent 6956849 commit 681c6a9
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
44 changes: 44 additions & 0 deletions lift-local.config
@@ -0,0 +1,44 @@
;;; configuration for LIFT tests

;; settings
(:if-dribble-exists :supersede)
(:dribble "cl-markdown.dribble")
(:print-length 10)
(:print-level 5)
(:print-test-case-names t)


;; suites to run
(trivial-shell-test)

;; report properties
(:report-property :title "Trivial-Shell | Test results")
(:report-property :relative-to trivial-shell-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 :name "website/output/test-report.html")
(:report-property :unique-name nil)
(:build-report)

(:report-property :unique-name t)
(:report-property :format :describe)
(:report-property :name "test-results/test-report.txt")
(:build-report)

(:report-property :format :turtle)
(:report-property :name "test-results/test-report.n3")
(: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)
35 changes: 35 additions & 0 deletions lift-standard.config
@@ -0,0 +1,35 @@
;;; 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
(trivial-shell-test)

;; report properties
(:report-property :title "Trivial-Shell | Test results")
(:report-property :relative-to trivial-shell-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)
File renamed without changes.

0 comments on commit 681c6a9

Please sign in to comment.