From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:09:56 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSRP-000esu-11 for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:09:56 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tYSRP-0001we-IY; Thu, 16 Jan 2025 17:09:55 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tYSR1-0001iD-Jy; Thu, 16 Jan 2025 17:09:31 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tYSR1-000HTB-1O; Thu, 16 Jan 2025 17:09:31 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSR1-001n2m-1G; Thu, 16 Jan 2025 17:09:31 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:31 +0100 Message-Id: <20250116160931.426845-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241217081825.2032612-1-ada@thorsis.com> References: <20241217081825.2032612-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sharness: Add new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 3a8e153fd8730a2acd5b02840d3ee5b72d26f34f. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:31 +0100, Alexander Dahl wrote: > Allows to run unit tests for shell scripts on embedded target as well. > > Signed-off-by: Alexander Dahl > Link: https://felipec.github.io/sharness/ > Message-Id: <20241217081825.2032612-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/sharness.in b/rules/sharness.in > new file mode 100644 > index 000000000000..7c400584c326 > --- /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 000000000000..70195b8724bd > --- /dev/null > +++ b/rules/sharness.make > @@ -0,0 +1,56 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2024 by Alexander Dahl > +# > +# 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 ") > + @$(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