diff mbox

[3/5] Add stub make test targets to new subdirs

Message ID 1479305122-2419-3-git-send-email-jason@perfinion.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Jason Zaman Nov. 16, 2016, 2:05 p.m. UTC
Signed-off-by: Jason Zaman <jason@perfinion.com>
---
 dbus/Makefile        | 2 ++
 gui/Makefile         | 2 ++
 mcstrans/Makefile    | 2 ++
 restorecond/Makefile | 1 +
 4 files changed, 7 insertions(+)
diff mbox

Patch

diff --git a/dbus/Makefile b/dbus/Makefile
index c924052..9a6cc90 100644
--- a/dbus/Makefile
+++ b/dbus/Makefile
@@ -13,3 +13,5 @@  install:
 	install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux
 
 relabel:
+
+test:
diff --git a/gui/Makefile b/gui/Makefile
index 4170e94..d49a7ce 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -54,3 +54,5 @@  clean:
 indent:
 
 relabel:
+
+test:
diff --git a/mcstrans/Makefile b/mcstrans/Makefile
index eb3d955..c993a9f 100644
--- a/mcstrans/Makefile
+++ b/mcstrans/Makefile
@@ -14,3 +14,5 @@  clean:
 	$(MAKE) -C man clean
 
 relabel:
+
+test:
diff --git a/restorecond/Makefile b/restorecond/Makefile
index 02b7011..9f163f5 100644
--- a/restorecond/Makefile
+++ b/restorecond/Makefile
@@ -60,3 +60,4 @@  clean:
 indent:
 	../../scripts/Lindent $(wildcard *.[ch])
 
+test: