Re: [PATCH 3/7] selftests: exec: fix for running and installing

2015-08-27 Thread Michael Ellerman
On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: > Fix three issues in exec testcase: In future please describe the issues you're trying to fix. Below you describe only the *fixes*, which means I have to work backward to work out what the issues were. > Add RUN_TESTS rules in order to

[PATCH 3/7] selftests: exec: fix for running and installing

2015-08-14 Thread Bamvor Jian Zhang
Fix three issues in exec testcase: Add RUN_TESTS rules in order to running the testcases in the build directory through "make TARGETS=exec kselftest" Copy symbol link and non-executable file instead of install it, otherwise this test will fail after installation. Exec testcases need a "Makefile"