From: Yannick Brosseau <scientist@fb.com>
To: <shuahkh@osg.samsung.com>, <linux-kselftest@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Cc: <kernel-team@fb.com>, Yannick Brosseau <scientist@fb.com>
Subject: [PATCH] selftests/exec: Add Makefile to install list since exec test expect it
Date: Tue, 14 Jun 2016 11:45:12 -0700 [thread overview]
Message-ID: <1465929912-11516-1-git-send-email-scientist@fb.com> (raw)
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 <scientist@fb.com>
---
tools/testing/selftests/exec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile
index 4e400eb..d2be580 100644
--- a/tools/testing/selftests/exec/Makefile
+++ b/tools/testing/selftests/exec/Makefile
@@ -1,6 +1,6 @@
CFLAGS = -Wall
BINARIES = execveat
-DEPS = execveat.symlink execveat.denatured script subdir
+DEPS = execveat.symlink execveat.denatured script subdir Makefile
all: $(BINARIES) $(DEPS)
subdir:
--
2.8.1
next reply other threads:[~2016-06-14 18:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 18:45 Yannick Brosseau [this message]
2016-06-14 19:09 ` [PATCH] selftests/exec: Add Makefile to install list since exec test expect it Shuah Khan
2016-06-14 19:15 ` Yannick Brosseau
2016-06-14 19:22 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465929912-11516-1-git-send-email-scientist@fb.com \
--to=scientist@fb.com \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.