]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests/exec: Makefile is a run-time dependency, add it to the install list
authorYannick Brosseau <scientist@fb.com>
Wed, 15 Jun 2016 18:36:12 +0000 (11:36 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 15 Jun 2016 19:35:55 +0000 (13:35 -0600)
commitf80eb4289491f6ddb0788636ce0bd6f5d3a2012a
tree37a52f2a7f5ec8a578b02160e7e625941bbabb94
parent1a77e2bd8c89a37703dc9de18a7b552ad76e1c12
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>
tools/testing/selftests/exec/Makefile