[Gnucash-changes] r11832 - gnucash/trunk/src/gnome-utils/test - Remove GUI test cases from the 'TESTS' variable. These tests will

David Hampton hampton at cvs.gnucash.org
Fri Nov 4 18:36:07 EST 2005


Author: hampton
Date: 2005-11-04 18:36:07 -0500 (Fri, 04 Nov 2005)
New Revision: 11832

Modified:
   gnucash/trunk/src/gnome-utils/test/Makefile.am
Log:
Remove GUI test cases from the 'TESTS' variable.  These tests will
prevent 'make dist' from running unattended.


Modified: gnucash/trunk/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/test/Makefile.am	2005-11-04 23:34:04 UTC (rev 11831)
+++ gnucash/trunk/src/gnome-utils/test/Makefile.am	2005-11-04 23:36:07 UTC (rev 11832)
@@ -1,11 +1,17 @@
 TESTS =  \
-  test-link-module test-load-module test-gnc-recurrence test-gnc-dialog
+  test-link-module test-load-module
 
+# The following tests are nice, but have absolutely no place in an
+# automated testing system.
+#
+TESTS_GUI = test-gnc-recurrence test-gnc-dialog
+
 ##lib_LTLIBRARIES = libgncgnome.la
 
 
 
 GNC_TEST_DEPS := @GNC_TEST_SRFI_LOAD_CMD@ \
+  --gnc-module-dir ${top_builddir}/src/core-utils \
   --gnc-module-dir ${top_builddir}/src/gnc-module \
   --gnc-module-dir ${top_builddir}/src/network-utils \
   --gnc-module-dir ${top_builddir}/src/engine \



More information about the gnucash-changes mailing list