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
all install relabel clean indent:
all install relabel clean indent test:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
test:

View file

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