mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-22 13:23:17 +00:00
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
@ -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:
|
|
||||||
|
@ -17,3 +17,5 @@ clean:
|
|||||||
indent:
|
indent:
|
||||||
|
|
||||||
relabel:
|
relabel:
|
||||||
|
|
||||||
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user