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

atodorov installerbot-noreply at redhat.com
Wed Oct 7 15:29:41 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

This makes it possible to run `make ci` inside a tarball and fixes #391
---
 scripts/Makefile.am | 2 +-
 tests/Makefile.am   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 20d3dbd..6cc72bf 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -19,7 +19,7 @@
 
 scriptsdir = $(libexecdir)/$(PACKAGE_NAME)
 dist_scripts_SCRIPTS = upd-updates run-anaconda zramswapon zramswapoff zram-stats
-dist_noinst_SCRIPTS  = upd-kernel makeupdates
+dist_noinst_SCRIPTS  = upd-kernel makeupdates makebumpver
 
 dist_bin_SCRIPTS = analog anaconda-cleanup instperf anaconda-disable-nm-ibft-plugin
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3682ba..dc4d90d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,6 +33,9 @@
 AM_TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)" top_builddir="$(top_builddir)" ; . $(srcdir)/testenv.sh ;
 TEST_EXTENSIONS = .sh
 
+# files necessary for running the tests (make ci) from a tarball
+EXTRA_DIST = ../.coveragerc README.rst usercustomize.py
+
 # Test scripts need to be listed both here and in TESTS
 dist_check_SCRIPTS = $(srcdir)/glade/*.py \
 		     glade/run_glade_tests.sh \


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


More information about the anaconda-patches mailing list