Ralph wrote:

> Hi Andy,
>
> > Also, how do I check just a single test?
>
>     make TESTS=test/ali/test-ali check

I usually cheat and just run the test directly:

    test/ali/test-ali

Because all of the tests are Bourne shell scripts, this can be used to
help isolate where a test goes awry:

    sh -x test/ali/test-ali

David

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to