r11859: Canonicalize whitespace
[clsql.git] / tests / package.lisp
index d00ada9b935cb44d26a7cd9d4fde1cd116e85fa7..9103a32ee45c0476be86e741de5beed64add3d4d 100644 (file)
 
 (defpackage #:clsql-tests
   (:use #:clsql #:common-lisp #:rtest)
-  (:export 
-   #:run-tests 
+  (:export
+   #:run-tests
    #:run-tests-append-report-file
-   #:test-initialise-database 
+   #:run-benchmarks
+   #:run-benchmarks-append-report-file
+   #:summarize-test-report
+   #:test-initialise-database
    #:test-connect-to-database
    )
   (:documentation "Regression tests for CLSQL."))