python: run all the tests with "make test"
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
916640d786
commit
aa3ddfed93
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -17,3 +17,5 @@ clean:
|
|||
indent:
|
||||
|
||||
relabel:
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue