diff --git a/python/Makefile b/python/Makefile index 80bc124b..9b66d52f 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 290b9a6e..79620f60 100644 --- a/python/chcat/Makefile +++ b/python/chcat/Makefile @@ -17,3 +17,5 @@ clean: indent: relabel: + +test: