Add variants of functions that accept named parameters
[cl-sqlite.git] / sqlite-tests.asd
blob108d406077316a796f9b991cc9956fdc9eec5b4b
1 (defsystem :sqlite-tests
2   :name "sqlite-tests"
3   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
4   :version "0.1.4"
5   :license "Public Domain"
6   :components ((:file "sqlite-tests"))
7   :depends-on (:fiveam :sqlite :bordeaux-threads))