1
0
Fork 0
alistair23-linux/tools/testing/selftests/exec
Yannick Brosseau f80eb42894 selftests/exec: Makefile is a run-time dependency, add it to the install list
The execveat test try to exec the Makefile file and expect an EACCES
results. When running the test in the installed destination it would
fail with ENOENT since the file is not there.

Add Makefile to the TEST_FILES list so it's copied at install time.

Signed-off-by: Yannick Brosseau <scientist@fb.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2016-06-15 13:35:55 -06:00
..
.gitignore syscalls: add selftest for execveat(2) 2014-12-13 12:42:51 -08:00
Makefile selftests/exec: Makefile is a run-time dependency, add it to the install list 2016-06-15 13:35:55 -06:00
execveat.c selftests/exec: Check if the syscall exists and bail if not 2015-03-11 10:15:19 -06:00