On Sun, 2012-08-05 at 15:19 -0400, Jean-Claude Beaudoin wrote: [...]
;;; Warning: Redefining BORDEAUX-THREADS-TEST::USING-LOCK in deflookup-table named IT.BESE.FIVEAM::FIXTURE T
I don't understand the warning so I just ignored it.
I fixed it in fiveam HEAD, which I'll release soon.
Then I did:
(IT.BESE.FIVEAM:RUN!)
.............................................................................................................................................................................................................. Did 206 checks. Pass: 206 (100%) Skip: 0 ( 0%) Fail: 0 ( 0%)
Is this the proper way to run the test suite?
The best way is (asdf:test-system :fiveam), which is shorthand for (asdf:oos 'asdf:test-op :fiveam). Most good libraries nowadays hook into ASDF to provide a TEST-OP operation, so you should try that the next time you test some library.