From: Petr Lautrbach <plautrba@redhat.com>
To: selinux@vger.kernel.org
Cc: Nicolas Iooss <nicolas.iooss@m4x.org>
Subject: Re: [PATCH 5/5] python: run all the tests with "make test"
Date: Tue, 08 Jan 2019 12:04:33 +0100 [thread overview]
Message-ID: <pjdk1jfo1fi.fsf@redhat.com> (raw)
In-Reply-To: <20190105193759.3333-6-nicolas.iooss@m4x.org> (Nicolas Iooss's message of "Sat, 5 Jan 2019 20:37:59 +0100")
Nicolas Iooss <nicolas.iooss@m4x.org> writes:
> Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
All 5 merged. Thanks!
> ---
> python/Makefile | 4 +---
> python/chcat/Makefile | 2 ++
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/python/Makefile b/python/Makefile
> index 80bc124b6233..9b66d52fbd4d 100644
> --- a/python/Makefile
> +++ b/python/Makefile
> @@ -1,8 +1,6 @@
> SUBDIRS = sepolicy audit2allow semanage sepolgen chcat
>
> -all install relabel clean indent:
> +all install relabel clean indent test:
> @for subdir in $(SUBDIRS); do \
> (cd $$subdir && $(MAKE) $@) || exit 1; \
> done
> -
> -test:
> diff --git a/python/chcat/Makefile b/python/chcat/Makefile
> index 290b9a6ec7dc..79620f60ca27 100644
> --- a/python/chcat/Makefile
> +++ b/python/chcat/Makefile
> @@ -17,3 +17,5 @@ clean:
> indent:
>
> relabel:
> +
> +test:
prev parent reply other threads:[~2019-01-08 11:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-05 19:37 [PATCH 0/5] Run tests in python/ with "make test" Nicolas Iooss
2019-01-05 19:37 ` [PATCH 1/5] Travis-CI: download refpolicy and install headers Nicolas Iooss
2019-01-05 19:37 ` [PATCH 2/5] python/audit2allow: make the tests useful again Nicolas Iooss
2019-01-05 19:37 ` [PATCH 3/5] python/audit2allow: use local sepolgen-ifgen-attr-helper for tests Nicolas Iooss
2019-01-05 19:37 ` [PATCH 4/5] python/sepolgen: refpolicy installs its Makefile in include/Makefile Nicolas Iooss
2019-01-05 19:37 ` [PATCH 5/5] python: run all the tests with "make test" Nicolas Iooss
2019-01-08 11:04 ` Petr Lautrbach [this message]
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=pjdk1jfo1fi.fsf@redhat.com \
--to=plautrba@redhat.com \
--cc=nicolas.iooss@m4x.org \
--cc=selinux@vger.kernel.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 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.