r23035 - gnucash/trunk/src/report - Set SCM_FILE_LINKS even if not in a separate build directory, otherwise tests fail

Derek Atkins warlord at code.gnucash.org
Mon Jun 3 20:20:09 EDT 2013


Author: warlord
Date: 2013-06-03 20:20:09 -0400 (Mon, 03 Jun 2013)
New Revision: 23035
Trac: http://svn.gnucash.org/trac/changeset/23035

Modified:
   gnucash/trunk/src/report/report-system/test/Makefile.am
   gnucash/trunk/src/report/standard-reports/test/Makefile.am
Log:
Set SCM_FILE_LINKS even if not in a separate build directory, otherwise tests fail

Modified: gnucash/trunk/src/report/report-system/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-system/test/Makefile.am	2013-06-03 21:59:59 UTC (rev 23034)
+++ gnucash/trunk/src/report/report-system/test/Makefile.am	2013-06-04 00:20:09 UTC (rev 23035)
@@ -71,9 +71,7 @@
 	$(TESTS_ENVIRONMENT) libtool --mode execute gdb test-link-module
 
 
-if GNUCASH_SEPARATE_BUILDDIR
 SCM_FILE_LINKS = test-extras.scm $(SCM_TEST_SRCS)
-endif
 
 .scm-links:
 	$(RM) -rf gnucash

Modified: gnucash/trunk/src/report/standard-reports/test/Makefile.am
===================================================================
--- gnucash/trunk/src/report/standard-reports/test/Makefile.am	2013-06-03 21:59:59 UTC (rev 23034)
+++ gnucash/trunk/src/report/standard-reports/test/Makefile.am	2013-06-04 00:20:09 UTC (rev 23035)
@@ -51,12 +51,10 @@
 
 EXTRA_DIST = test-load-module $(SCM_TEST_HELPERS) $(SCM_TEST_SRCS)
 
-if GNUCASH_SEPARATE_BUILDDIR
 #For executing test cases
 SCM_FILE_LINKS = \
 	$(SCM_TEST_HELPERS) \
 	$(SCM_TEST_SRCS)
-endif
 
 .scm-links:
 	$(RM) -rf gnucash



More information about the gnucash-changes mailing list