Remove old windows .dll files from source
[clsql.git] / tests / package.lisp
index eca37bbb85aa01512b56ff9679977170ab1ef636..f420b102e503d6eda8fadf8b5ad94e998b2c2c38 100644 (file)
 
 (defpackage #:clsql-tests
   (:use #:clsql #:common-lisp #:rtest)
+  (:shadowing-import-from #:clsql-sys #:%get-int )
   (:export
    #:run-tests
    #:run-tests-append-report-file
    #:run-benchmarks
    #:run-benchmarks-append-report-file
    #:summarize-test-report
-   #:test-initialise-database
-   #:test-connect-to-database
+   #:test-connect
+   #:test-setup-database
    )
   (:documentation "Regression tests for CLSQL."))