[master 1/1] Include missing test files and scripts in Makefile.am/tarball

atodorov installerbot-noreply at redhat.com
Wed Oct 7 14:10:24 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

This makes it possible to run `make ci` inside a tarball and fixes #391
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 9b5f0f3..f2ad074 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,9 @@ SUBDIRS = data docs dracut po pyanaconda scripts tests widgets utils
 
 EXTRA_DIST = config.rpath COPYING
 
+# files necessary for running the tests (make ci) from a tarball
+EXTRA_DIST += .coveragerc tests/README.rst tests/usercustomize.py scripts/makebumpver
+
 # Files generated for gettext need to be included in the distribution
 EXTRA_DIST += $(srcdir)/anaconda.po
 $(srcdir)/anaconda.po: $(srcdir)/anaconda


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/8cd47461203fd6d0f09c39d49b8711436a2289ab


More information about the anaconda-patches mailing list