Add stub make test targets to new subdirs

Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
Jason Zaman 2016-11-16 22:05:20 +08:00 committed by Stephen Smalley
parent 089000ad1c
commit 9123b38cae
4 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,5 @@ install:
install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux
relabel:
test:

View File

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

View File

@ -14,3 +14,5 @@ clean:
$(MAKE) -C man clean
relabel:
test:

View File

@ -60,3 +60,4 @@ clean:
indent:
../../scripts/Lindent $(wildcard *.[ch])
test: