KR> Nikodemus, you can do the following to test the BDB backend, assuming
KR> that you have the BDB libs installed and your my-config.sexp* setup:
KR> (asdf:operate 'asdf:load-op :elephant)
KR> (asdf:operate 'asdf:load-op :ele-bdb)
KR> (asdf:operate 'asdf:load-op :elephant-tests)
KR> (in-package "ELEPHANT-TESTS")
KR> (setq *default-spec* *testbdb-spec*)
KR> (do-backend-tests)
Alternatively:
cd elephant-1.0/tests
sbcl --load BerkeleyDB-tests.lisp
(It is same thing, just saves typing.)
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel