[PATCH 3/3] Hook up the GUI test so it's run as part of "make check".

Chris Lumens clumens at redhat.com
Tue Apr 8 19:17:47 UTC 2014


You need to be root for this, though.
---
 tests/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6ab99b8..2781dfe 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -55,6 +55,10 @@ dist_check_SCRIPTS = glade/accelerators/check_accelerators.py \
 		     gettext/gettext_warnings.sh \
 		     gettext/gettext_potfiles.py \
 		     storage/run_storage_tests.py \
+		     $(srcdir)/gui/*.ks \
+		     $(srcdir)/gui/*.sh \
+		     $(srcdir)/gui/inside/*.py \
+		     $(srcdir)/gui/outside/*.py \
 		     $(srcdir)/storage/cases/*.py \
 		     $(srcdir)/*_tests/*.py
 
@@ -64,6 +68,7 @@ TESTS = nosetests.sh \
 	gettext/gettext_warnings.sh \
 	gettext/gettext_potfiles.py \
 	storage/run_storage_tests.py \
+	gui/runtest.sh \
 	glade/run_glade_tests.sh
 
 clean-local:
-- 
1.8.3.1



More information about the anaconda-patches mailing list