r18917 - gnucash/trunk/src - Remove test-load-module from tests

Phil Longstaff plongstaff at code.gnucash.org
Tue Mar 16 05:28:35 EDT 2010


Author: plongstaff
Date: 2010-03-16 05:28:35 -0400 (Tue, 16 Mar 2010)
New Revision: 18917
Trac: http://svn.gnucash.org/trac/changeset/18917

Modified:
   gnucash/trunk/src/report/locale-specific/us/test/Makefile.am
   gnucash/trunk/src/tax/us/test/Makefile.am
Log:
Remove test-load-module from tests


Modified: gnucash/trunk/src/report/locale-specific/us/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/locale-specific/us/test/Makefile.am	2010-03-16 09:27:08 UTC (rev 18916)
+++ gnucash/trunk/src/report/locale-specific/us/test/Makefile.am	2010-03-16 09:28:35 UTC (rev 18917)
@@ -1,4 +1,4 @@
-TESTS = test-load-module test-link-module
+TESTS = test-link-module
 
 GNC_TEST_DEPS = @GNC_TEST_SRFI_LOAD_CMD@ \
   --gnc-module-dir ${top_builddir}/src/engine \
@@ -17,8 +17,6 @@
 TESTS_ENVIRONMENT = \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 
-EXTRA_DIST = test-load-module
-
 check_PROGRAMS = test-link-module
 
 testit:

Modified: gnucash/trunk/src/tax/us/test/Makefile.am
===================================================================
--- gnucash/trunk/src/tax/us/test/Makefile.am	2010-03-16 09:27:08 UTC (rev 18916)
+++ gnucash/trunk/src/tax/us/test/Makefile.am	2010-03-16 09:28:35 UTC (rev 18917)
@@ -1,4 +1,4 @@
-TESTS = test-link-module test-load-module
+TESTS = test-link-module
 
 # Some of these dirs may not be needed anymore.
 GNC_TEST_DEPS = \
@@ -11,8 +11,6 @@
 TESTS_ENVIRONMENT = \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
 
-EXTRA_DIST = test-load-module
-
 check_PROGRAMS=test-link-module
 test_link_module_SOURCES=test-link-module.c
 test_link_module_LDADD=../libgncmod-tax-us.la ${GUILE_LIBS} ${GLIB_LIBS}



More information about the gnucash-changes mailing list