jnjcc / cl-qrencode

QR code 2005 encoder in Common Lisp
GNU General Public License v2.0
32 stars 8 forks source link

Unbundle `lisp-unit`; use ASDFs `test-op`. #6

Closed Ferada closed 8 years ago

Ferada commented 8 years ago

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).

jnjcc commented 8 years ago

There was a time when lisp-unit wasn't in Quicklisp, :-)

Merged, thanks.

Ferada commented 8 years ago

Yeah, I mean I have a manual copy of lisp-unit lying around anyway. Cheers.