From: Oleksij Rempel <o.rempel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [ptxdist] [PATCH] ecryptfs-utils: provide option for test scripts
Date: Wed, 26 Apr 2017 09:48:23 +0200 [thread overview]
Message-ID: <20170426074823.19465-1-o.rempel@pengutronix.de> (raw)
This scripts are desined for kernel fs/ecryptfs testing.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
rules/ecryptfs-utils.in | 3 +++
rules/ecryptfs-utils.make | 10 +++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/rules/ecryptfs-utils.in b/rules/ecryptfs-utils.in
index e73dafdf..06cb5561 100644
--- a/rules/ecryptfs-utils.in
+++ b/rules/ecryptfs-utils.in
@@ -44,4 +44,7 @@ config ECRYPTFS_UTILS_ECRYPTFS_UNWRAP_PASSPHRASE
config ECRYPTFS_UTILS_ECRYPTFS_WRAP_PASSPHRASE
bool "ecryptfs-wrap-passphrase"
+config ECRYPTFS_UTILS_TESTS
+ bool "ecryptfs-tests"
+
endif
diff --git a/rules/ecryptfs-utils.make b/rules/ecryptfs-utils.make
index 90ffd4d3..33a9cf54 100644
--- a/rules/ecryptfs-utils.make
+++ b/rules/ecryptfs-utils.make
@@ -46,9 +46,13 @@ ECRYPTFS_UTILS_CONF_OPT := \
--disable-gui \
--disable-docs \
--disable-docs-gen \
- --disable-tests \
--disable-mudflap
+ifdef PTXCONF_ECRYPTFS_UTILS_TESTS
+ECRYPTFS_UTILS_CONF_OPT += \
+ --enable-tests
+endif
+
ECRYPTFS_UTILS_PROGS_y :=
ECRYPTFS_UTILS_PROGS_$(PTXCONF_ECRYPTFS_UTILS_MOUNT_ECRYPTFS) += /sbin/mount.ecryptfs
@@ -80,6 +84,10 @@ $(STATEDIR)/ecryptfs-utils.targetinstall:
@$(call install_lib, ecryptfs-utils, 0, 0, 0644, ecryptfs/libecryptfs_key_mod_passphrase)
@$(call install_lib, ecryptfs-utils, 0, 0, 0644, libecryptfs)
+ifdef PTXCONF_ECRYPTFS_UTILS_TESTS
+ @$(call install_tree, ecryptfs-utils, 0, 0, $(ECRYPTFS_UTILS_DIR)/tests, /usr/lib/ecryptfs/tests)
+endif
+
ifdef PTXCONF_ECRYPTFS_UTILS_MOUNT_ECRYPTFS
@$(call install_link, ecryptfs-utils, mount.ecryptfs_private, /sbin/umount.ecryptfs_private)
endif
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2017-04-26 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 7:48 Oleksij Rempel [this message]
2017-04-28 12:52 ` Michael Olbrich
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=20170426074823.19465-1-o.rempel@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox