29.04.2016, 04:51, "
ian.t...@gmail.com" <
ian.t...@gmail.com>:
> I wonder about inclusion of ansi-test:
>
>
https://gitlab.common-lisp.net/ansi-test/ansi-test
>
> First, I wonder if anyone knows of similar efforts. Second, I wonder if folks think it makes sense to include it in cl-test-grid, or if some other implementation conformance project should take it on.
I don't know of similar efforts.
I would like ansi-test to be included, and thought about it. It would require creating ASDF system for ansi tests and including them into Quicklisp.
So that we could do:
(ql:quickload :ansi-test)
;; And them call some function which runs tests and return result.
;; ansi-test seems to use the RT framework, so cl-test-grid will do
(run-rt-test-suite)