Robert Dodier wrote:
> On Mon, Jan 19, 2009 at 11:33 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:
>
>
>> If we want to recognize only true and false, I'll have to add code for
>> that (which is easy to do). But what do we want to do if neither NIL
>> nor T are given? Signal an error?
>>
>
> Yes. I think the error detection ought to be in the top-level
> function ($RUN_TESTSUITE instead of TEST or whatever is called
> to actually do the test).
>
>
It's actually easier in TEST (actually run-testsuite) than in
$RUN_TESTSUITE, which basically just parses the options and calls
run-testsuite.
But where the check happens isn't too important as long as it happens.
All of the suggested changes have been made and I'll check them in
sometime soon.
Ray