On 9/10/19 6:18 AM, Ilya Leoshkevich wrote:
The current logic prepends $(OUTPUT) only to the first member of $(TEST_PROGS). Use $(addprefix) to prepend it to each member.
Can you please send me the error messages you are seeing so I can see what is being fixed.
Also, $(OUTPUT) is assumed to end with a / almost everywhere else in the kernel, make this the case for kselftest as well.
Why are these two changes in one patch? Does this fix 1a940687e424? If so how?
Fixes: 1a940687e424 ("selftests: lib.mk: copy test scripts and test files for make O=dir run") Signed-off-by: Ilya Leoshkevich iii@linux.ibm.com
thanks, -- shuah