Re: Pure CL unit tests

Luís Oliveira <[email protected]> Wed, 25 Apr 2018 08:56:19 +0000
Newsgroups gmane.lisp.slime.devel
Message-ID <CAB-HnLSAQujV0ZrpzBtNXNLVUvMpN-itKcRMC2ypm815Jk77Hw@mail.gmail.com>
Red,

No objections whatsoever. I like Fiasco, FiveAM and RT, but feel free to
suggest something else. swank/tests/*.lisp seems like the obvious spot,
even though we have a couple of Scheme implementations of swank. The
swank/tests system can live inside swank.asd perhaps.

What do you think? Feel free to suggest an alternative layout or test
framework.

Cheers,
Luís

On Wed, Apr 25, 2018, 04:57 Red Daly <[email protected]> wrote:

> I'm modifying swank-c-p-c.lisp to complete "c:m-v-b" to
> cl:multiple-value-bind, and I would like to add a few unit tests for the
> swank-c-p-c code. There are only .el tests as of now, so perhaps there are
> opinions about including Common Lisp tests in the project.
>
> Are there any objections to adding Common Lisp tests?
>
> If so, does anyone have preferences for CL tests? (e.g., choice of
> library, file layout)
>