Don't know if you agree, but lisp-unit is available as a separate library and likely shouldn't be bundled here. I've also split off the ASDF system and made it so that running test-system on the cl-qrencode package will load and run the tests (that's also available via the ,test shortcut in SLIME).
Don't know if you agree, but
lisp-unit
is available as a separate library and likely shouldn't be bundled here. I've also split off the ASDF system and made it so that runningtest-system
on thecl-qrencode
package will load and run the tests (that's also available via the,test
shortcut in SLIME).