DeZero in Common Lisp
Clone the repo to ~/common-lisp/dezero-naive
directory.
git clone https://github.com/elderica/dezero-naive.git ~/common-lisp/dezero-naive
Then load the system.
(ql:quickload :dezero-naive)
The dezero-naive
tests are provided as part of the
:dezero-naive.test
system.
In order to run the tests you can evaluate the following expressions.
CL-USER> (ql:quickload :dezero-naive.test)
CL-USER> (asdf:test-system :dezero-naive.test)
Makefile
has several targets.
test
runs test suites.sb-cover
collects code coverage using:sb-cover
.build-image
builds docker image.test-image
runs test suites in docker container.
dezero-naive
is hosted on Github. Please contribute by reporting
issues, suggesting features or by sending patches using pull requests.
- elderica <[email protected]>
This project is Open Source and licensed under the BSD License.