Message ID | 20190105193759.3333-6-nicolas.iooss@m4x.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Run tests in python/ with "make test" | expand |
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:
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:
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org> --- python/Makefile | 4 +--- python/chcat/Makefile | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-)