From: Michael Tremer <michael.tremer@ipfire.org>
To: network@lists.ipfire.org
Subject: Re: [PATCH 1/7] nitsi: Create "nitsi" Makefile target
Date: Fri, 15 Jun 2018 12:28:20 +0100 [thread overview]
Message-ID: <e454e67e3613fa1b795f7ddb96f203f8bb617d71.camel@ipfire.org> (raw)
In-Reply-To: <1528976668.2882.0@mail01.ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2159 bytes --]
Please send text-only emails. The HTML part messes up patchwork.
Best,
-Michael
On Thu, 2018-06-14 at 13:44 +0200, Jonatan Schlag wrote:
> Reviewed-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
>
> Am Mo, 4. Jun, 2018 um 5:38 schrieb Michael Tremer <michael.tremer(a)ipfire.org>
> :
> > Calling "make nitsi" will run all nitsi tests
> >
> > Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> > ---
> > Makefile.am | 22 ++++++++++++++++++++++
> > configure.ac | 1 +
> > 2 files changed, 23 insertions(+)
> >
> > diff --git a/Makefile.am b/Makefile.am
> > index 7a755cc264a1..c02376462cf4 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -89,6 +89,10 @@ INSTALL_EXEC_HOOKS += \
> >
> > # -----------------------------------------------------------------------
> > -------
> >
> > +AM_V_NITSI = $(AM_V_NITSI_$(V))
> > +AM_V_NITSI_ = $(AM_V_NITSI_$(AM_DEFAULT_VERBOSITY))
> > +AM_V_NITSI_0 = @echo " NITSI " $@;
> > +
> > AM_V_XSLT = $(AM_V_XSLT_$(V))
> > AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
> > AM_V_XSLT_0 = @echo " XSLT " $@;
> > @@ -543,3 +547,21 @@ TESTS = \
> > test/functions/ip/ip_prefix_is_valid \
> > test/functions/ip/ip_protocol_is_supported \
> > test/functions/ip/ip_split_prefix
> > +
> > +# - NITSI tests ---------------------------------------------------------
> > -------
> > +
> > +NITSI_TESTS = \
> > + test/nitsi/test/hello-world
> > +
> > +EXTRA_DIST += \
> > + test/nitsi/test/hello-world/recipe \
> > + test/nitsi/test/hello-world/settings
> > +
> > +NITSI_ENVIRONMENT =
> > +
> > +.PHONY: $(NITSI_TESTS)
> > +$(NITSI_TESTS):
> > + $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@
> > +
> > +.PHONY: nitsi
> > +nitsi: $(NITSI_TESTS)
> > diff --git a/configure.ac b/configure.ac
> > index 7cb5ef1110fa..515941451aba 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -50,6 +50,7 @@ AC_PROG_LN_S
> > AC_PROG_MKDIR_P
> > AC_PROG_SED
> >
> > +AC_PATH_PROG([NITSI], [nitsi])
> > AC_PATH_PROG([XSLTPROC], [xsltproc])
> >
> > # pkg-config
> > --
> > 2.17.0
> >
next parent reply other threads:[~2018-06-15 11:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1528976668.2882.0@mail01.ipfire.org>
2018-06-15 11:28 ` Michael Tremer [this message]
2018-06-04 15:38 Michael Tremer
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=e454e67e3613fa1b795f7ddb96f203f8bb617d71.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=network@lists.ipfire.org \
/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