Skip to content

removed asdf dep in main system

Dave Cooper requested to merge gendl/cl-smtp:master into master

We try to make runtime builds with no asdf in them. tests.lisp was referring to an asdf symbol. This patch removes tests.lisp from the main system and thus removes the asdf dependency. We made another asd file for the tests.

Merge request reports