[Gnucash-changes] r12365 - gnucash/trunk/src/bin/test - Remove unneeded testing environments.

Chris Shoemaker chris at cvs.gnucash.org
Mon Jan 16 00:30:35 EST 2006


Author: chris
Date: 2006-01-16 00:30:34 -0500 (Mon, 16 Jan 2006)
New Revision: 12365
Trac: http://svn.gnucash.org/trac/changeset/12365

Modified:
   gnucash/trunk/src/bin/test/Makefile.am
Log:
Remove unneeded testing environments.


Modified: gnucash/trunk/src/bin/test/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/test/Makefile.am	2006-01-16 05:22:01 UTC (rev 12364)
+++ gnucash/trunk/src/bin/test/Makefile.am	2006-01-16 05:30:34 UTC (rev 12365)
@@ -1,35 +1,4 @@
 
 TESTS = test-version test-run-script
 
-# Some of the things we do here may seem a little awkward, but we want
-# to make sure we're testing in a setup as close to the install
-# arrangement as possible.
-
-GNC_TEST_DEPS := @GNC_TEST_SRFI_LOAD_CMD@ \
-  --guile-load-dir ${top_srcdir}/src/engine \
-  --guile-load-dir ${top_srcdir}/src/scm \
-  --guile-load-dir ${top_srcdir}/src/app-utils \
-  --guile-load-dir ${G_WRAP_MODULE_DIR} \
-  --library-dir    ${G_WRAP_LIB_DIR}
-
-TEST_PWD := $(shell pwd)
-TESTS_ENVIRONMENT := \
-  SRCDIR=${srcdir} \
-  PATH="${TEST_PWD}/overrides:${PATH}" \
-  $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
-
-noinst_DATA = overrides.stamp
-
-overrides.stamp:
-	rm -rf overrides
-	mkdir overrides
-	cd overrides && ln -s ../${top_srcdir}/src/bin/overrides/gnucash-run-script .
-	cd overrides && ln -s ../../overrides/gnucash-make-guids .
-	cd overrides && ln -s ../../overrides/guile .
-	cd overrides && ln -s ../../overrides/gnucash-build-env gnucash-env
-	touch overrides.stamp
-CLEANFILES = overrides.stamp
-
-clean-local:
-	rm -rf overrides
 EXTRA_DIST = test-version test-run-script



More information about the gnucash-changes mailing list