python: run all the tests with "make test"

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2019-01-05 20:37:59 +01:00 committed by Petr Lautrbach
parent 916640d786
commit aa3ddfed93
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,6 @@
SUBDIRS = sepolicy audit2allow semanage sepolgen chcat SUBDIRS = sepolicy audit2allow semanage sepolgen chcat
all install relabel clean indent: all install relabel clean indent test:
@for subdir in $(SUBDIRS); do \ @for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \ (cd $$subdir && $(MAKE) $@) || exit 1; \
done done
test:

View File

@ -17,3 +17,5 @@ clean:
indent: indent:
relabel: relabel:
test: