about summary refs log tree commit diff
path: root/third_party/lisp/trivial-backtrace/lift-standard.config
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/trivial-backtrace/lift-standard.config')
-rw-r--r--third_party/lisp/trivial-backtrace/lift-standard.config35
1 files changed, 0 insertions, 35 deletions
diff --git a/third_party/lisp/trivial-backtrace/lift-standard.config b/third_party/lisp/trivial-backtrace/lift-standard.config
deleted file mode 100644
index 0f22312080..0000000000
--- a/third_party/lisp/trivial-backtrace/lift-standard.config
+++ /dev/null
@@ -1,35 +0,0 @@
-;;; 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-backtrace-test)
-
-;; report properties
-(: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)
-(:report-property :format :html)
-(:report-property :full-pathname "test-results/test-report.html")
-(:report-property :unique-name t)
-(:build-report)
-
-(:report-property :unique-name t)
-(:report-property :format :describe)
-(:report-property :full-pathname "test-results/test-report.txt")
-(:build-report)
-
-(:report-property :format :save)
-(:report-property :full-pathname "test-results/test-report.sav")
-(:build-report)
-
-(:report-property :format :describe)
-(:report-property :full-pathname *standard-output*)
-(:build-report)