[master 1/2] Add install-requires Makefile target

bcl installerbot-noreply at redhat.com
Mon Jul 20 23:19:03 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 96f05ab..3849402 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,10 @@ check-requires:
 	done ; \
 	exit $$status
 
+install-requires:
+	@echo "*** Installing the dependencies required for testing and analysis ***"
+	dnf install -y $(TEST_DEPENDENCIES)
+
 test: check-requires
 	@echo "*** Running unittests with $(PYTHON) ***"
 	PYTHONPATH=.:tests/ $(PYTHON) -m unittest discover -v -s tests/ -p '*_test.py'


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/6bea5726cec32f90fa2c62b376ea96b200864949


More information about the anaconda-patches mailing list