23.04.2013, 02:43, "
alessi...@gmail.com" <
alessi...@gmail.com>:
> Please include the execution of the test suite of the doplus library. It uses eos as a test framework; the following code (untested) should run the test suite:
>
> (defmethod libtest ((library-name (eql :doplus)))
> О©╫ ;; The test framework used: eos (similar to FiveAM).
> О©╫ (quicklisp:quickload :doplus-tests)
> О©╫ (run-eos-test-suites (intern (string '#:doplus-suite) :doplus-tests)))
>
> Thanks!
> Best regards,
>
> Alessio Stalla
Hello. Added the testsuite, from now on it will be executed with every test run.
FYI, I tried the testsuite on CCL 1.8 windows, one test fails: test-package-iterator
Best regards,
- Anton