Add stub make test targets to new subdirs
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
089000ad1c
commit
9123b38cae
|
@ -13,3 +13,5 @@ install:
|
|||
install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux
|
||||
|
||||
relabel:
|
||||
|
||||
test:
|
||||
|
|
|
@ -54,3 +54,5 @@ clean:
|
|||
indent:
|
||||
|
||||
relabel:
|
||||
|
||||
test:
|
||||
|
|
|
@ -14,3 +14,5 @@ clean:
|
|||
$(MAKE) -C man clean
|
||||
|
||||
relabel:
|
||||
|
||||
test:
|
||||
|
|
|
@ -60,3 +60,4 @@ clean:
|
|||
indent:
|
||||
../../scripts/Lindent $(wildcard *.[ch])
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue