From: "Brian C. Lane" bcl@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'
anaconda-patches@lists.fedorahosted.org