Skip to content

Fix symbol referencing problems in tests.lisp.

Robert Brown requested to merge rbrown/cl-smtp:fix-tests into master

Refer to unexported symbols in the CL-SMTP package from package CL-SMTP-TESTS using the colon colon syntax.

Add ASDF TEST-OPs to the CL-SMTP and CL-SMTP-TESTS system definitions.

Merge request reports