Loading lift-standard.config +3 −3 Original line number Diff line number Diff line Loading @@ -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) Loading trivial-backtrace-test.asd +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ :pathname "test/" :depends-on ("setup") :components ((:file "tests")))) :depends-on (:lift)) :depends-on (:lift :trivial-backtrace)) Loading
lift-standard.config +3 −3 Original line number Diff line number Diff line Loading @@ -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) Loading
trivial-backtrace-test.asd +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ :pathname "test/" :depends-on ("setup") :components ((:file "tests")))) :depends-on (:lift)) :depends-on (:lift :trivial-backtrace))