Re: [PATCH] selftests/exec: Add Makefile to install list since exec test expect it

2016-06-14 Thread Shuah Khan
On 06/14/2016 01:15 PM, Yannick Brosseau wrote: > On 06/14/2016 12:09 PM, Shuah Khan wrote: >> On 06/14/2016 12:45 PM, Yannick Brosseau wrote: >>> When running the execveat test once installed, the Makefile it not >>> available and the >>> test fail. Bundling the Makefile file with the installed f

Re: [PATCH] selftests/exec: Add Makefile to install list since exec test expect it

2016-06-14 Thread Yannick Brosseau
On 06/14/2016 12:09 PM, Shuah Khan wrote: > On 06/14/2016 12:45 PM, Yannick Brosseau wrote: >> When running the execveat test once installed, the Makefile it not available >> and the >> test fail. Bundling the Makefile file with the installed files fix that. > Install is for installing kselftest b

Re: [PATCH] selftests/exec: Add Makefile to install list since exec test expect it

2016-06-14 Thread Shuah Khan
On 06/14/2016 12:45 PM, Yannick Brosseau wrote: > When running the execveat test once installed, the Makefile it not available > and the > test fail. Bundling the Makefile file with the installed files fix that. Install is for installing kselftest binaries and run-time dependencies if any on a ta

[PATCH] selftests/exec: Add Makefile to install list since exec test expect it

2016-06-14 Thread Yannick Brosseau
When running the execveat test once installed, the Makefile it not available and the test fail. Bundling the Makefile file with the installed files fix that. Signed-off-by: Yannick Brosseau --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g