[elephant-cvs] CVS elephant/tests
ieslick
ieslick at common-lisp.net
Mon Mar 12 01:32:06 UTC 2007
Update of /project/elephant/cvsroot/elephant/tests
In directory clnet:/tmp/cvs-serv16651/tests
Modified Files:
elephant-tests.lisp
Log Message:
Henrik's change for linux/bdb compile
--- /project/elephant/cvsroot/elephant/tests/elephant-tests.lisp 2007/03/11 05:59:03 1.29
+++ /project/elephant/cvsroot/elephant/tests/elephant-tests.lisp 2007/03/12 01:32:06 1.30
@@ -102,6 +102,14 @@
(asdf:component-pathname (asdf:find-system 'elephant-tests))))))
"This is of the form '(filename &optional init-function),")
+(defvar *testsqlite3-spec-oid*
+ `(:clsql (:sqlite3
+ ,(namestring
+ (merge-pathnames
+ #p"tests/sqlite3-test-oid.db"
+ (asdf:component-pathname (asdf:find-system 'elephant-tests))))))
+ "This is of the form '(filename &optional init-function),")
+
(defvar *testsqlite3-memory-spec*
'(:clsql (:sqlite3 :memory))
"Using :memory: as a file name will get you an completely in-memory system")
More information about the Elephant-cvs
mailing list