Signed-off-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> --- 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: -- 2.20.1