From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] sharness: Add new package
Date: Tue, 17 Dec 2024 09:18:25 +0100 [thread overview]
Message-ID: <20241217081825.2032612-1-ada@thorsis.com> (raw)
Allows to run unit tests for shell scripts on embedded target as well.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Link: https://felipec.github.io/sharness/
---
rules/sharness.in | 13 +++++++++++
rules/sharness.make | 56 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
create mode 100644 rules/sharness.in
create mode 100644 rules/sharness.make
diff --git a/rules/sharness.in b/rules/sharness.in
new file mode 100644
index 000000000..7c400584c
--- /dev/null
+++ b/rules/sharness.in
@@ -0,0 +1,13 @@
+## SECTION=test_suites
+
+config SHARNESS
+ tristate
+ prompt "sharness"
+ help
+ Sharness is a portable shell library to write, run, and
+ analyze automated tests for Unix programs.
+ Since all tests output TAP, the Test Anything Protocol,
+ they can be run with any TAP harness.
+ Each test is written as a shell script.
+
+# vim: ft=kconfig noet tw=72 ts=8 sw=8
diff --git a/rules/sharness.make b/rules/sharness.make
new file mode 100644
index 000000000..70195b872
--- /dev/null
+++ b/rules/sharness.make
@@ -0,0 +1,56 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Alexander Dahl <ada@thorsis.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_SHARNESS) += sharness
+
+#
+# Paths and names
+#
+SHARNESS_VERSION := 1.2.1
+SHARNESS_MD5 := b816b21b278688b80453dfd5fbb69556
+SHARNESS := sharness-$(SHARNESS_VERSION)
+SHARNESS_SUFFIX := tar.gz
+SHARNESS_URL := https://github.com/felipec/sharness/archive/refs/tags/v$(SHARNESS_VERSION).$(SHARNESS_SUFFIX)
+SHARNESS_SOURCE := $(SRCDIR)/$(SHARNESS).$(SHARNESS_SUFFIX)
+SHARNESS_DIR := $(BUILDDIR)/$(SHARNESS)
+SHARNESS_LICENSE := GPL-2.0-or-later
+SHARNESS_LICENSE_FILES := file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+SHARNESS_CONF_TOOL := NO
+SHARNESS_INSTALL_OPT := prefix=/usr install
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/sharness.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, sharness)
+ @$(call install_fixup, sharness,PRIORITY,optional)
+ @$(call install_fixup, sharness,SECTION,base)
+ @$(call install_fixup, sharness,AUTHOR,"Alexander Dahl <ada@thorsis.com>")
+ @$(call install_fixup, sharness,DESCRIPTION,missing)
+
+ @$(call install_copy, sharness, 0, 0, 0644, -, \
+ /usr/share/sharness/sharness.sh)
+ @$(call install_copy, sharness, 0, 0, 0644, -, \
+ /usr/share/sharness/lib-sharness/functions.sh)
+
+ @$(call install_finish, sharness)
+
+ @$(call touch)
+
+# vim: ft=make noet tw=72 ts=8 sw=8
base-commit: b922a1e6bf2c7764c3e6032557b259f755464be3
--
2.39.5
reply other threads:[~2024-12-17 8:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20241217081825.2032612-1-ada@thorsis.com \
--to=ada@thorsis.com \
--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