bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12041: Issues running the testsuite as root


From: Stefano Lattarini
Subject: bug#12041: Issues running the testsuite as root
Date: Tue, 24 Jul 2012 18:06:01 +0200

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

[Prev in Thread] Current Thread [Next in Thread]