On 07/24/2012 05:14 PM, Dennis Clarke wrote:
> 
>> On 07/24/2012 03:59 PM, Dennis Clarke wrote:
>>>
>>> However, for just right now, how would I run just that one test? 
>>>
>> In this case:
>>
>>     make check TESTS=t/primary-prefix-couples-force-valid
> 
> Is this really just one test ? 
>
Oh no, my bad!  You are not using GNU make, so you have to use a more
complex idiom:

    make check TESTS=t/primary-prefix-couples-force-valid 
AM_MAKEFLAGS='TESTS="$(TESTS)"'

Thanks, and sorry for the confusion,
  Stefano



Reply via email to