On Sun, Nov 15, 2015 at 9:18 PM, Michael Ellerman <m...@ellerman.id.au> wrote:
> On Sat, 2015-11-14 at 14:01 +0800, Bamvor Jian Zhang wrote:
>
>> The capatabilities exist in selftest but no in the TARGET list.
>> Add it to the TARGET.
>>
>> Signed-off-by: Bamvor Jian Zhang <bamvor.zhangj...@linaro.org>
>> ---
>>  tools/testing/selftests/Makefile | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/testing/selftests/Makefile 
>> b/tools/testing/selftests/Makefile
>> index 2458288..71b147e 100644
>> --- a/tools/testing/selftests/Makefile
>> +++ b/tools/testing/selftests/Makefile
>> @@ -1,4 +1,5 @@
>>  TARGETS = breakpoints
>> +TARGETS += capabilities
>>  TARGETS += cpu-hotplug
>>  TARGETS += efivarfs
>>  TARGETS += exec
>
>
> This breaks when you use TARGETS on the command line, eg:

Taking a step back for a second: isn't the variable you want
TEST_PROGS, not TARGETS?

--Andy
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to