Commit cfb1a33d authored by Gary King's avatar Gary King
Browse files

Tweak test configuration

darcs-hash:20080603084421-3cc5d-a1ddb2ab2247c204ee9e33782ff1fa4e1fee5a0d.gz
parent 157ecd26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
(:print-test-case-names t)

;; suites to run
(docudown-test)
(trivial-backtrace-test)

;; report properties
(:report-property :title "DocuDown | Test results")
(:report-property :relative-to docudown-test)
(:report-property :title "Trivial-Backtrace | Test results")
(:report-property :relative-to trivial-backtrace-test)

(:report-property :style-sheet "test-style.css")
(:report-property :if-exists :supersede)
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
		:pathname "test/"
		:depends-on ("setup")
		:components ((:file "tests"))))  
  :depends-on (:lift))
  :depends-on (:lift :trivial-backtrace))